Shaku

Shaku JS

Back To Table of Content

Key Codes

Typedefs

MouseButton : Number
KeyboardKey : Number

MouseButtons : enum

Define mouse button codes.

Kind: global enum
Read only: true
Properties

Name Type Default
left MouseButton 0
middle MouseButton 1
right MouseButton 2

KeyboardKeys : enum

Define all keyboard key codes.

Kind: global enum
Read only: true
Properties

Name Type Default
backspace KeyboardKey 8
tab KeyboardKey 9
enter KeyboardKey 13
shift KeyboardKey 16
ctrl KeyboardKey 17
alt KeyboardKey 18
break KeyboardKey 19
caps_lock KeyboardKey 20
escape KeyboardKey 27
page_up KeyboardKey 33
page_down KeyboardKey 34
end KeyboardKey 35
home KeyboardKey 36
left KeyboardKey 37
up KeyboardKey 38
right KeyboardKey 39
down KeyboardKey 40
insert KeyboardKey 45
delete KeyboardKey 46
space KeyboardKey 32
n0 KeyboardKey 48
n1 KeyboardKey 49
n2 KeyboardKey 50
n3 KeyboardKey 51
n4 KeyboardKey 52
n5 KeyboardKey 53
n6 KeyboardKey 54
n7 KeyboardKey 55
n8 KeyboardKey 56
n9 KeyboardKey 57
a KeyboardKey 65
b KeyboardKey 66
c KeyboardKey 67
d KeyboardKey 68
e KeyboardKey 69
f KeyboardKey 70
g KeyboardKey 71
h KeyboardKey 72
i KeyboardKey 73
j KeyboardKey 74
k KeyboardKey 75
l KeyboardKey 76
m KeyboardKey 77
n KeyboardKey 78
o KeyboardKey 79
p KeyboardKey 80
q KeyboardKey 81
r KeyboardKey 82
s KeyboardKey 83
t KeyboardKey 84
u KeyboardKey 85
v KeyboardKey 86
w KeyboardKey 87
x KeyboardKey 88
y KeyboardKey 89
z KeyboardKey 90
left_window_key KeyboardKey 91
right_window_key KeyboardKey 92
select_key KeyboardKey 93
numpad_0 KeyboardKey 96
numpad_1 KeyboardKey 97
numpad_2 KeyboardKey 98
numpad_3 KeyboardKey 99
numpad_4 KeyboardKey 100
numpad_5 KeyboardKey 101
numpad_6 KeyboardKey 102
numpad_7 KeyboardKey 103
numpad_8 KeyboardKey 104
numpad_9 KeyboardKey 105
multiply KeyboardKey 106
add KeyboardKey 107
subtract KeyboardKey 109
decimal_point KeyboardKey 110
divide KeyboardKey 111
f1 KeyboardKey 112
f2 KeyboardKey 113
f3 KeyboardKey 114
f4 KeyboardKey 115
f5 KeyboardKey 116
f6 KeyboardKey 117
f7 KeyboardKey 118
f8 KeyboardKey 119
f9 KeyboardKey 120
f10 KeyboardKey 121
f11 KeyboardKey 122
f12 KeyboardKey 123
numlock KeyboardKey 144
scroll_lock KeyboardKey 145
semicolon KeyboardKey 186
equal_sign KeyboardKey 187
plus KeyboardKey 187
comma KeyboardKey 188
dash KeyboardKey 189
minus KeyboardKey 189
period KeyboardKey 190
forward_slash KeyboardKey 191
grave_accent KeyboardKey 192
open_bracket KeyboardKey 219
back_slash KeyboardKey 220
close_braket KeyboardKey 221
single_quote KeyboardKey 222

MouseButton : Number

Kind: global typedef

KeyboardKey : Number

Kind: global typedef