SdlxTextInputEvent constructor
SdlxTextInputEvent({})
Implementation
SdlxTextInputEvent({
super.type = SDL_EVENT_TEXT_INPUT,
super.reserved = 0,
super.timestamp = 0,
this.windowId = 0,
this.text = '',
});
SdlxTextInputEvent({
super.type = SDL_EVENT_TEXT_INPUT,
super.reserved = 0,
super.timestamp = 0,
this.windowId = 0,
this.text = '',
});