WindowShownEvent constructor

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

Create an event.

Implementation

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