RawKeyEventDataFuchsia class

Platform-specific key event data for Fuchsia.

This object contains information about key events obtained from Fuchsia's KeyData interface.

See also:

  • RawKeyboard, which uses this interface to expose key data.
Inheritance

Constructors

RawKeyEventDataFuchsia({int hidUsage: 0, int codePoint: 0, int modifiers: 0 })
Creates a key event data structure specific for Fuchsia. [...]
const

Properties

codePoint int
The Unicode code point represented by the key event, if any. [...]
final
hidUsage int
The USB HID usage. [...]
final
modifiers int
The modifiers that we present when the key event occurred. [...]
final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, 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

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited