WindowHiddenEvent constructor

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

Create an event.

Implementation

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