UnknownEvent class Events
Represents an unrecognized or unsupported input event.
- Inheritance
-
- Object
- InputEvent
- UnknownEvent
Constructors
- UnknownEvent.new({int? byte})
-
Creates an unknown event with the optional raw byte.
const
Properties
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