WindowResizedEvent constructor

const WindowResizedEvent(
  1. Sdl sdl,
  2. int timestamp,
  3. int windowId,
  4. WindowSize size,
)

Create a new event.

Implementation

const WindowResizedEvent(
  super.sdl,
  super.timestamp,
  super.windowId,
  this.size,
);