WindowExposedEvent constructor

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

Create a new event.

Implementation

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