mini_arcade_core.backend.keys

Mini Arcade Core key definitions.

Attributes

Classes

Key

Enumeration of common keyboard keys.

Module Contents

class mini_arcade_core.backend.keys.Key(*args, **kwds)[source]

Bases: enum.Enum

Enumeration of common keyboard keys.

Variables:
  • A-Z – Letter keys.

  • arrow_right (arrow_up, arrow_down, arrow_left,) – Arrow keys.

  • backspace (escape, space, enter, tab,) – Common control keys.

  • num_9 (num_0 -) – Number keys.

  • f12 (f1 -) – Function keys.

A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
UP
DOWN
LEFT
RIGHT
ESCAPE
SPACE
ENTER
TAB
BACKSPACE
NUM_0
NUM_1
NUM_2
NUM_3
NUM_4
NUM_5
NUM_6
NUM_7
NUM_8
NUM_9
F1
F2
F3
F4
F5
F6
F7
F8
F9
F10
F11
F12
mini_arcade_core.backend.keys.keymap