Platform-specific key event data for Fuchsia.
This object contains information about key events obtained from Fuchsia's KeyData interface.
- Inheritance
- Object
- RawKeyEventData
- RawKeyEventDataFuchsia
Constructors
- RawKeyEventDataFuchsia({int hidUsage: 0, int codePoint: 0, int modifiers: 0 })
-
Creates a key event data structure specific for Android.
const
Properties
- codePoint → int
-
The unicode code point represented by the key event, if any.
read-only - hidUsage → int
-
The USB HID usage.
read-only - modifiers → int
-
The modifiers that we present when the key event occured.
read-only - hashCode → int
-
Get a hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited