Event constructor

Event(
  1. int type,
  2. int time,
  3. int flags,
  4. int value,
)

Implementation

Event(this.type, this.time, this.flags, this.value);