TextEditingEvent class

Keyboard text editing (composition).

SDL_TEXTEDITING

Inheritance
Mixed in types

Constructors

TextEditingEvent({required Sdl sdl, required int timestamp, required int wndId, required String text, required int start, required int length})
Create an event.

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
The length of the text.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdl Sdl
The SDL bindings to use for this event.
finalinherited
start int
The location where edits start.
getter/setter pair
text String
The text of the event.
final
timestamp int
The time this event was emitted.
finalinherited
window Window?
The window that emitted this event.
no setterinherited
windowId int
The ID of the window that emitted this event.
latefinalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited