WindowEnterEvent constructor

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

Create a new event.

Implementation

const WindowEnterEvent(super.sdl, super.timestamp, super.windowId);