53 static const C64Key curUpDown;
56 static const C64Key digit3;
59 static const C64Key digit4;
63 static const C64Key leftShift;
66 static const C64Key digit5;
69 static const C64Key digit6;
76 static const C64Key digit7;
79 static const C64Key digit8;
86 static const C64Key digit9;
89 static const C64Key digit0;
100 static const C64Key period;
101 static const C64Key colon;
103 static const C64Key comma;
106 static const C64Key pound;
107 static const C64Key asterisk;
108 static const C64Key semicolon;
110 static const C64Key rightShift;
111 static const C64Key equal;
112 static const C64Key upArrow;
113 static const C64Key slash;
116 static const C64Key digit1;
117 static const C64Key leftArrow;
118 static const C64Key control;
119 static const C64Key digit2;
120 static const C64Key space;
121 static const C64Key commodore;
123 static const C64Key runStop;
126 static const C64Key restore;
127 static const C64Key shiftLock;
147 static std::vector<C64Key>
translate(
char c);
VirtualC64 project namespace.
Definition CmdQueue.cpp:16
Representation of a key on the C64 keyboard.
Definition C64Key.h:22
isize row
Row index of this key in the keyboard matrix.
Definition C64Key.h:32
static const C64Key ret
Delete key.
Definition C64Key.h:47
isize nr
Unique key identifier (0 .
Definition C64Key.h:26
isize col
Column index of this key in the keyboard matrix.
Definition C64Key.h:38
static std::vector< C64Key > translate(char c)
Translates a character into a series of C64 keys.
Definition C64Key.cpp:152
static const C64Key curLeftRight
Return key.
Definition C64Key.h:48