KeyboardKey class

A keyboard key.

Constructors

KeyboardKey({required ScanCode scancode, required KeyCode keycode, required Set<KeyMod> modifiers})
Create a key.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
keycode KeyCode
The keycode of the key.
final
modifiers Set<KeyMod>
All pressed modifiers.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scancode ScanCode
The scancode for this key.
final

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