PollSentinelEvent constructor

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

Create an instance.

Implementation

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