QuitEvent constructor

const QuitEvent(
  1. Sdl sdl,
  2. int timestamp
)

Create the event.

Implementation

const QuitEvent(super.sdl, super.timestamp);