SdlxQuitEvent class
Constructors
- SdlxQuitEvent({int type = 0, int reserved = 0, int timestamp = 0})
Properties
Methods
-
loadFromPointer(
Pointer< SdlEvent> pointer) → void -
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
Static Methods
-
fromPointer(
Pointer< SdlEvent> pointer) → SdlxQuitEvent -
override