Enumeration KEY_CODE

キーボードのキーコード

Enumeration Members

a: "KeyA"
alt: "AltLeft"
b: "KeyB"
back_space: "Backspace"
c: "KeyC"
count: "Count"

グローバルカウンタ

ctrl: "ControlLeft"
d: "KeyD"
d0: "Digit0"
d1: "Digit1"
d2: "Digit2"
d3: "Digit3"
d4: "Digit4"
d5: "Digit5"
d6: "Digit6"
d7: "Digit7"
d8: "Digit8"
d9: "Digit9"
down: "ArrowDown"
e: "KeyE"
enter: "Enter"
esc: "Escape"
f: "KeyF"
f1: "F1"
f10: "F10"
f11: "F11"
f12: "F12"
f2: "F2"
f3: "F3"
f4: "F4"
f5: "F5"
f6: "F6"
f7: "F7"
f8: "F8"
f9: "F9"
g: "KeyG"
h: "KeyH"
i: "KeyI"
j: "KeyJ"
k: "KeyK"
l: "KeyL"
left: "ArrowLeft"
m: "KeyM"
n: "KeyN"
o: "KeyO"
p: "KeyP"
q: "KeyQ"
r: "KeyR"
right: "ArrowRight"
s: "KeyS"
shift: "ShiftLeft"
space: "Space"
t: "KeyT"
tab: "Tab"
u: "KeyU"
up: "ArrowUp"
v: "KeyV"
w: "KeyW"
x: "KeyX"
y: "KeyY"
z: "KeyZ"