ScummVM API documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
keycode-descriptions.h
1
#ifndef KEYCODE_DESCRIPTIONS_H
2
#define KEYCODE_DESCRIPTIONS_H
3
4
#ifdef ENABLE_VKEYBD
5
6
static
const
char
*keycodeDescTable[] = {
7
""
,
8
""
,
9
""
,
10
""
,
11
""
,
12
""
,
13
""
,
14
""
,
15
"Backspace"
,
16
"Tab"
,
17
""
,
18
""
,
19
"Clear"
,
20
"Return"
,
21
""
,
22
""
,
23
""
,
24
""
,
25
""
,
26
"Pause"
,
27
""
,
28
""
,
29
""
,
30
""
,
31
""
,
32
""
,
33
""
,
34
"Escape"
,
35
""
,
36
""
,
37
""
,
38
""
,
39
" "
,
40
"!"
,
41
"\""
,
42
"#"
,
43
"$"
,
44
"%"
,
45
"&"
,
46
"'"
,
47
"("
,
48
")"
,
49
"*"
,
50
"+"
,
51
","
,
52
"-"
,
53
"."
,
54
"/"
,
55
"0"
,
56
"1"
,
57
"2"
,
58
"3"
,
59
"4"
,
60
"5"
,
61
"6"
,
62
"7"
,
63
"8"
,
64
"9"
,
65
":"
,
66
";"
,
67
"<"
,
68
"="
,
69
">"
,
70
"?"
,
71
"@"
,
72
"A"
,
73
"B"
,
74
"C"
,
75
"D"
,
76
"E"
,
77
"F"
,
78
"G"
,
79
"H"
,
80
"I"
,
81
"J"
,
82
"K"
,
83
"L"
,
84
"M"
,
85
"N"
,
86
"O"
,
87
"P"
,
88
"Q"
,
89
"R"
,
90
"S"
,
91
"T"
,
92
"U"
,
93
"V"
,
94
"W"
,
95
"X"
,
96
"Y"
,
97
"Z"
,
98
"["
,
99
"\\"
,
100
"]"
,
101
"^"
,
102
"_"
,
103
"`"
,
104
"a"
,
105
"b"
,
106
"c"
,
107
"d"
,
108
"e"
,
109
"f"
,
110
"g"
,
111
"h"
,
112
"i"
,
113
"j"
,
114
"k"
,
115
"l"
,
116
"m"
,
117
"n"
,
118
"o"
,
119
"p"
,
120
"q"
,
121
"r"
,
122
"s"
,
123
"t"
,
124
"u"
,
125
"v"
,
126
"w"
,
127
"x"
,
128
"y"
,
129
"z"
,
130
"{"
,
131
"|"
,
132
"}"
,
133
"~"
,
134
"Delete"
,
135
""
,
136
""
,
137
""
,
138
""
,
139
""
,
140
""
,
141
""
,
142
""
,
143
""
,
144
""
,
145
""
,
146
""
,
147
""
,
148
""
,
149
""
,
150
""
,
151
""
,
152
""
,
153
""
,
154
""
,
155
""
,
156
""
,
157
""
,
158
""
,
159
""
,
160
""
,
161
""
,
162
""
,
163
""
,
164
""
,
165
""
,
166
""
,
167
""
,
168
""
,
169
""
,
170
""
,
171
""
,
172
""
,
173
""
,
174
""
,
175
""
,
176
""
,
177
""
,
178
""
,
179
""
,
180
""
,
181
""
,
182
""
,
183
""
,
184
""
,
185
""
,
186
""
,
187
""
,
188
""
,
189
""
,
190
""
,
191
""
,
192
""
,
193
""
,
194
""
,
195
""
,
196
""
,
197
""
,
198
""
,
199
""
,
200
""
,
201
""
,
202
""
,
203
""
,
204
""
,
205
""
,
206
""
,
207
""
,
208
""
,
209
""
,
210
""
,
211
""
,
212
""
,
213
""
,
214
""
,
215
""
,
216
""
,
217
""
,
218
""
,
219
""
,
220
""
,
221
""
,
222
""
,
223
""
,
224
""
,
225
""
,
226
""
,
227
""
,
228
""
,
229
""
,
230
""
,
231
""
,
232
""
,
233
""
,
234
""
,
235
""
,
236
""
,
237
""
,
238
""
,
239
""
,
240
""
,
241
""
,
242
""
,
243
""
,
244
""
,
245
""
,
246
""
,
247
""
,
248
""
,
249
""
,
250
""
,
251
""
,
252
""
,
253
""
,
254
""
,
255
""
,
256
""
,
257
""
,
258
""
,
259
""
,
260
""
,
261
""
,
262
""
,
263
"0"
,
264
"1"
,
265
"2"
,
266
"3"
,
267
"4"
,
268
"5"
,
269
"6"
,
270
"7"
,
271
"8"
,
272
"9"
,
273
"."
,
274
"/"
,
275
"*"
,
276
"-"
,
277
"+"
,
278
"Enter"
,
279
"="
,
280
"Up"
,
281
"Down"
,
282
"Right"
,
283
"Left"
,
284
"Ins"
,
285
"Home"
,
286
"End"
,
287
"Page Up"
,
288
"Page Down"
,
289
"F1"
,
290
"F2"
,
291
"F3"
,
292
"F4"
,
293
"F5"
,
294
"F6"
,
295
"F7"
,
296
"F8"
,
297
"F9"
,
298
"F10"
,
299
"F11"
,
300
"F12"
,
301
"F13"
,
302
"F14"
,
303
"F15"
,
304
""
,
305
""
,
306
""
,
307
"Num Lock"
,
308
"Caps Lock"
,
309
"Scroll Lock"
,
310
"Shift"
,
311
"Shift"
,
312
"Ctrl"
,
313
"Ctrl"
,
314
"Alt"
,
315
"Alt"
,
316
"Meta"
,
317
"Meta"
,
318
"Super"
,
319
"Super"
,
320
"Mode"
,
321
"Compose"
,
322
"Help"
,
323
"Print"
,
324
"SysReq"
,
325
"Break"
,
326
"Menu"
,
327
"Power"
,
328
"Euro"
,
329
"Undo"
330
};
331
static
const
int
keycodeDescTableSize = 322;
332
333
#endif // #ifdef ENABLE_VKEYBD
334
335
#endif // #ifndef KEYCODE_DESCRIPTIONS_H
backends
vkeybd
keycode-descriptions.h
Generated on Wed Apr 9 2025 09:04:22 for ScummVM API documentation by
1.8.13