TextInputEvent constructor

TextInputEvent(
  1. Sdl sdl,
  2. int timestamp,
  3. String text
)

Create an event.

Implementation

TextInputEvent(super.sdl, super.timestamp, this.text);