KeyCode class

Raw key codes. These come straight from the DOM events.

Constructors

KeyCode()

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

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
apostrophe → const int
b → const int
backslash → const int
backtick → const int
c → const int
comma → const int
control → const int
d → const int
delete → const int
down → const int
e → const int
eight → const int
enter → const int
equals → const int
escape → const int
f → const int
five → const int
four → const int
g → const int
h → const int
hyphen → const int
i → const int
j → const int
k → const int
l → const int
left → const int
leftBracket → const int
m → const int
n → const int
nine → const int
numpad0 → const int
numpad1 → const int
numpad2 → const int
numpad3 → const int
numpad4 → const int
numpad5 → const int
numpad6 → const int
numpad7 → const int
numpad8 → const int
numpad9 → const int
numpadAdd → const int
numpadClear → const int
numpadDecimal → const int
numpadDivide → const int
numpadEnter → const int
numpadEquals → const int
numpadMultiply → const int
numpadSubtract → const int
o → const int
one → const int
option → const int
p → const int
period → const int
q → const int
r → const int
rightBracket → const int
s → const int
semicolon → const int
seven → const int
shift → const int
six → const int
slash → const int
space → const int
t → const int
tab → const int
three → const int
two → const int
u → const int
up → const int
v → const int
w → const int
x → const int
y → const int
z → const int
zero → const int