Keyboard class

HTML keyboard handling

Constructors

Keyboard(dynamic elem)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

AfterFrameCleanup() → void
currentlyPressedKey(int key) bool
justPressedKey(int key) bool
justReleasedKey(int key) bool
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

Constants

A → const int
ALT → const int
B → const int
C → const int
CTRL → const int
D → const int
DOWN → const int
E → const int
END → const int
F → const int
F1 → const int
F2 → const int
F3 → const int
F4 → const int
F5 → const int
F6 → const int
F7 → const int
F8 → const int
F9 → const int
F10 → const int
F11 → const int
F12 → const int
G → const int
H → const int
HOME → const int
I → const int
J → const int
K → const int
L → const int
LEFT → const int
M → const int
N → const int
O → const int
P → const int
PAGEDOWN → const int
PAGEUP → const int
Q → const int
R → const int
S → const int
SHIFT → const int
SPACE → const int
T → const int
TAB → const int
U → const int
UP → const int
V → const int
W → const int
X → const int
Y → const int
Z → const int