Event constructor

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

Create an event.

Implementation

const Event(this.sdl, this.timestamp);