WindowEvent constructor

const WindowEvent(
  1. Sdl sdl,
  2. int timestamp,
  3. int windowId
)

Create the event.

Implementation

const WindowEvent(super.sdl, super.timestamp, this.windowId);