objc2_game_controller/generated/
GCKeyCodes.rs

1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3#[cfg(feature = "objc2-core-foundation")]
4use objc2_core_foundation::*;
5
6use crate::*;
7
8/// A set of low level key codes that can be used to access keyboard buttons
9///
10///
11///
12/// See: GCKeyboardInput.h
13///
14/// See also [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycode?language=objc)
15// NS_TYPED_ENUM
16#[cfg(feature = "objc2-core-foundation")]
17pub type GCKeyCode = CFIndex;
18
19extern "C" {
20    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeya?language=objc)
21    #[cfg(feature = "objc2-core-foundation")]
22    pub static GCKeyCodeKeyA: GCKeyCode;
23}
24
25extern "C" {
26    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyb?language=objc)
27    #[cfg(feature = "objc2-core-foundation")]
28    pub static GCKeyCodeKeyB: GCKeyCode;
29}
30
31extern "C" {
32    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyc?language=objc)
33    #[cfg(feature = "objc2-core-foundation")]
34    pub static GCKeyCodeKeyC: GCKeyCode;
35}
36
37extern "C" {
38    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyd?language=objc)
39    #[cfg(feature = "objc2-core-foundation")]
40    pub static GCKeyCodeKeyD: GCKeyCode;
41}
42
43extern "C" {
44    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeye?language=objc)
45    #[cfg(feature = "objc2-core-foundation")]
46    pub static GCKeyCodeKeyE: GCKeyCode;
47}
48
49extern "C" {
50    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyf?language=objc)
51    #[cfg(feature = "objc2-core-foundation")]
52    pub static GCKeyCodeKeyF: GCKeyCode;
53}
54
55extern "C" {
56    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyg?language=objc)
57    #[cfg(feature = "objc2-core-foundation")]
58    pub static GCKeyCodeKeyG: GCKeyCode;
59}
60
61extern "C" {
62    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyh?language=objc)
63    #[cfg(feature = "objc2-core-foundation")]
64    pub static GCKeyCodeKeyH: GCKeyCode;
65}
66
67extern "C" {
68    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyi?language=objc)
69    #[cfg(feature = "objc2-core-foundation")]
70    pub static GCKeyCodeKeyI: GCKeyCode;
71}
72
73extern "C" {
74    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyj?language=objc)
75    #[cfg(feature = "objc2-core-foundation")]
76    pub static GCKeyCodeKeyJ: GCKeyCode;
77}
78
79extern "C" {
80    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyk?language=objc)
81    #[cfg(feature = "objc2-core-foundation")]
82    pub static GCKeyCodeKeyK: GCKeyCode;
83}
84
85extern "C" {
86    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyl?language=objc)
87    #[cfg(feature = "objc2-core-foundation")]
88    pub static GCKeyCodeKeyL: GCKeyCode;
89}
90
91extern "C" {
92    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeym?language=objc)
93    #[cfg(feature = "objc2-core-foundation")]
94    pub static GCKeyCodeKeyM: GCKeyCode;
95}
96
97extern "C" {
98    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyn?language=objc)
99    #[cfg(feature = "objc2-core-foundation")]
100    pub static GCKeyCodeKeyN: GCKeyCode;
101}
102
103extern "C" {
104    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyo?language=objc)
105    #[cfg(feature = "objc2-core-foundation")]
106    pub static GCKeyCodeKeyO: GCKeyCode;
107}
108
109extern "C" {
110    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyp?language=objc)
111    #[cfg(feature = "objc2-core-foundation")]
112    pub static GCKeyCodeKeyP: GCKeyCode;
113}
114
115extern "C" {
116    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyq?language=objc)
117    #[cfg(feature = "objc2-core-foundation")]
118    pub static GCKeyCodeKeyQ: GCKeyCode;
119}
120
121extern "C" {
122    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyr?language=objc)
123    #[cfg(feature = "objc2-core-foundation")]
124    pub static GCKeyCodeKeyR: GCKeyCode;
125}
126
127extern "C" {
128    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeys?language=objc)
129    #[cfg(feature = "objc2-core-foundation")]
130    pub static GCKeyCodeKeyS: GCKeyCode;
131}
132
133extern "C" {
134    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyt?language=objc)
135    #[cfg(feature = "objc2-core-foundation")]
136    pub static GCKeyCodeKeyT: GCKeyCode;
137}
138
139extern "C" {
140    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyu?language=objc)
141    #[cfg(feature = "objc2-core-foundation")]
142    pub static GCKeyCodeKeyU: GCKeyCode;
143}
144
145extern "C" {
146    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyv?language=objc)
147    #[cfg(feature = "objc2-core-foundation")]
148    pub static GCKeyCodeKeyV: GCKeyCode;
149}
150
151extern "C" {
152    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyw?language=objc)
153    #[cfg(feature = "objc2-core-foundation")]
154    pub static GCKeyCodeKeyW: GCKeyCode;
155}
156
157extern "C" {
158    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyx?language=objc)
159    #[cfg(feature = "objc2-core-foundation")]
160    pub static GCKeyCodeKeyX: GCKeyCode;
161}
162
163extern "C" {
164    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyy?language=objc)
165    #[cfg(feature = "objc2-core-foundation")]
166    pub static GCKeyCodeKeyY: GCKeyCode;
167}
168
169extern "C" {
170    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeyz?language=objc)
171    #[cfg(feature = "objc2-core-foundation")]
172    pub static GCKeyCodeKeyZ: GCKeyCode;
173}
174
175extern "C" {
176    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeone?language=objc)
177    #[cfg(feature = "objc2-core-foundation")]
178    pub static GCKeyCodeOne: GCKeyCode;
179}
180
181extern "C" {
182    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodetwo?language=objc)
183    #[cfg(feature = "objc2-core-foundation")]
184    pub static GCKeyCodeTwo: GCKeyCode;
185}
186
187extern "C" {
188    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodethree?language=objc)
189    #[cfg(feature = "objc2-core-foundation")]
190    pub static GCKeyCodeThree: GCKeyCode;
191}
192
193extern "C" {
194    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodefour?language=objc)
195    #[cfg(feature = "objc2-core-foundation")]
196    pub static GCKeyCodeFour: GCKeyCode;
197}
198
199extern "C" {
200    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodefive?language=objc)
201    #[cfg(feature = "objc2-core-foundation")]
202    pub static GCKeyCodeFive: GCKeyCode;
203}
204
205extern "C" {
206    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodesix?language=objc)
207    #[cfg(feature = "objc2-core-foundation")]
208    pub static GCKeyCodeSix: GCKeyCode;
209}
210
211extern "C" {
212    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeseven?language=objc)
213    #[cfg(feature = "objc2-core-foundation")]
214    pub static GCKeyCodeSeven: GCKeyCode;
215}
216
217extern "C" {
218    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeeight?language=objc)
219    #[cfg(feature = "objc2-core-foundation")]
220    pub static GCKeyCodeEight: GCKeyCode;
221}
222
223extern "C" {
224    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodenine?language=objc)
225    #[cfg(feature = "objc2-core-foundation")]
226    pub static GCKeyCodeNine: GCKeyCode;
227}
228
229extern "C" {
230    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodezero?language=objc)
231    #[cfg(feature = "objc2-core-foundation")]
232    pub static GCKeyCodeZero: GCKeyCode;
233}
234
235extern "C" {
236    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodereturnorenter?language=objc)
237    #[cfg(feature = "objc2-core-foundation")]
238    pub static GCKeyCodeReturnOrEnter: GCKeyCode;
239}
240
241extern "C" {
242    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeescape?language=objc)
243    #[cfg(feature = "objc2-core-foundation")]
244    pub static GCKeyCodeEscape: GCKeyCode;
245}
246
247extern "C" {
248    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodedeleteorbackspace?language=objc)
249    #[cfg(feature = "objc2-core-foundation")]
250    pub static GCKeyCodeDeleteOrBackspace: GCKeyCode;
251}
252
253extern "C" {
254    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodetab?language=objc)
255    #[cfg(feature = "objc2-core-foundation")]
256    pub static GCKeyCodeTab: GCKeyCode;
257}
258
259extern "C" {
260    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodespacebar?language=objc)
261    #[cfg(feature = "objc2-core-foundation")]
262    pub static GCKeyCodeSpacebar: GCKeyCode;
263}
264
265extern "C" {
266    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodehyphen?language=objc)
267    #[cfg(feature = "objc2-core-foundation")]
268    pub static GCKeyCodeHyphen: GCKeyCode;
269}
270
271extern "C" {
272    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeequalsign?language=objc)
273    #[cfg(feature = "objc2-core-foundation")]
274    pub static GCKeyCodeEqualSign: GCKeyCode;
275}
276
277extern "C" {
278    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeopenbracket?language=objc)
279    #[cfg(feature = "objc2-core-foundation")]
280    pub static GCKeyCodeOpenBracket: GCKeyCode;
281}
282
283extern "C" {
284    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeclosebracket?language=objc)
285    #[cfg(feature = "objc2-core-foundation")]
286    pub static GCKeyCodeCloseBracket: GCKeyCode;
287}
288
289extern "C" {
290    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodebackslash?language=objc)
291    #[cfg(feature = "objc2-core-foundation")]
292    pub static GCKeyCodeBackslash: GCKeyCode;
293}
294
295extern "C" {
296    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodenonuspound?language=objc)
297    #[cfg(feature = "objc2-core-foundation")]
298    pub static GCKeyCodeNonUSPound: GCKeyCode;
299}
300
301extern "C" {
302    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodesemicolon?language=objc)
303    #[cfg(feature = "objc2-core-foundation")]
304    pub static GCKeyCodeSemicolon: GCKeyCode;
305}
306
307extern "C" {
308    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodequote?language=objc)
309    #[cfg(feature = "objc2-core-foundation")]
310    pub static GCKeyCodeQuote: GCKeyCode;
311}
312
313extern "C" {
314    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodegraveaccentandtilde?language=objc)
315    #[cfg(feature = "objc2-core-foundation")]
316    pub static GCKeyCodeGraveAccentAndTilde: GCKeyCode;
317}
318
319extern "C" {
320    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodecomma?language=objc)
321    #[cfg(feature = "objc2-core-foundation")]
322    pub static GCKeyCodeComma: GCKeyCode;
323}
324
325extern "C" {
326    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeperiod?language=objc)
327    #[cfg(feature = "objc2-core-foundation")]
328    pub static GCKeyCodePeriod: GCKeyCode;
329}
330
331extern "C" {
332    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeslash?language=objc)
333    #[cfg(feature = "objc2-core-foundation")]
334    pub static GCKeyCodeSlash: GCKeyCode;
335}
336
337extern "C" {
338    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodecapslock?language=objc)
339    #[cfg(feature = "objc2-core-foundation")]
340    pub static GCKeyCodeCapsLock: GCKeyCode;
341}
342
343extern "C" {
344    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef1?language=objc)
345    #[cfg(feature = "objc2-core-foundation")]
346    pub static GCKeyCodeF1: GCKeyCode;
347}
348
349extern "C" {
350    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef2?language=objc)
351    #[cfg(feature = "objc2-core-foundation")]
352    pub static GCKeyCodeF2: GCKeyCode;
353}
354
355extern "C" {
356    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef3?language=objc)
357    #[cfg(feature = "objc2-core-foundation")]
358    pub static GCKeyCodeF3: GCKeyCode;
359}
360
361extern "C" {
362    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef4?language=objc)
363    #[cfg(feature = "objc2-core-foundation")]
364    pub static GCKeyCodeF4: GCKeyCode;
365}
366
367extern "C" {
368    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef5?language=objc)
369    #[cfg(feature = "objc2-core-foundation")]
370    pub static GCKeyCodeF5: GCKeyCode;
371}
372
373extern "C" {
374    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef6?language=objc)
375    #[cfg(feature = "objc2-core-foundation")]
376    pub static GCKeyCodeF6: GCKeyCode;
377}
378
379extern "C" {
380    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef7?language=objc)
381    #[cfg(feature = "objc2-core-foundation")]
382    pub static GCKeyCodeF7: GCKeyCode;
383}
384
385extern "C" {
386    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef8?language=objc)
387    #[cfg(feature = "objc2-core-foundation")]
388    pub static GCKeyCodeF8: GCKeyCode;
389}
390
391extern "C" {
392    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef9?language=objc)
393    #[cfg(feature = "objc2-core-foundation")]
394    pub static GCKeyCodeF9: GCKeyCode;
395}
396
397extern "C" {
398    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef10?language=objc)
399    #[cfg(feature = "objc2-core-foundation")]
400    pub static GCKeyCodeF10: GCKeyCode;
401}
402
403extern "C" {
404    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef11?language=objc)
405    #[cfg(feature = "objc2-core-foundation")]
406    pub static GCKeyCodeF11: GCKeyCode;
407}
408
409extern "C" {
410    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef12?language=objc)
411    #[cfg(feature = "objc2-core-foundation")]
412    pub static GCKeyCodeF12: GCKeyCode;
413}
414
415extern "C" {
416    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef13?language=objc)
417    #[cfg(feature = "objc2-core-foundation")]
418    pub static GCKeyCodeF13: GCKeyCode;
419}
420
421extern "C" {
422    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef14?language=objc)
423    #[cfg(feature = "objc2-core-foundation")]
424    pub static GCKeyCodeF14: GCKeyCode;
425}
426
427extern "C" {
428    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef15?language=objc)
429    #[cfg(feature = "objc2-core-foundation")]
430    pub static GCKeyCodeF15: GCKeyCode;
431}
432
433extern "C" {
434    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef16?language=objc)
435    #[cfg(feature = "objc2-core-foundation")]
436    pub static GCKeyCodeF16: GCKeyCode;
437}
438
439extern "C" {
440    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef17?language=objc)
441    #[cfg(feature = "objc2-core-foundation")]
442    pub static GCKeyCodeF17: GCKeyCode;
443}
444
445extern "C" {
446    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef18?language=objc)
447    #[cfg(feature = "objc2-core-foundation")]
448    pub static GCKeyCodeF18: GCKeyCode;
449}
450
451extern "C" {
452    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef19?language=objc)
453    #[cfg(feature = "objc2-core-foundation")]
454    pub static GCKeyCodeF19: GCKeyCode;
455}
456
457extern "C" {
458    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodef20?language=objc)
459    #[cfg(feature = "objc2-core-foundation")]
460    pub static GCKeyCodeF20: GCKeyCode;
461}
462
463extern "C" {
464    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeprintscreen?language=objc)
465    #[cfg(feature = "objc2-core-foundation")]
466    pub static GCKeyCodePrintScreen: GCKeyCode;
467}
468
469extern "C" {
470    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodescrolllock?language=objc)
471    #[cfg(feature = "objc2-core-foundation")]
472    pub static GCKeyCodeScrollLock: GCKeyCode;
473}
474
475extern "C" {
476    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodepause?language=objc)
477    #[cfg(feature = "objc2-core-foundation")]
478    pub static GCKeyCodePause: GCKeyCode;
479}
480
481extern "C" {
482    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeinsert?language=objc)
483    #[cfg(feature = "objc2-core-foundation")]
484    pub static GCKeyCodeInsert: GCKeyCode;
485}
486
487extern "C" {
488    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodehome?language=objc)
489    #[cfg(feature = "objc2-core-foundation")]
490    pub static GCKeyCodeHome: GCKeyCode;
491}
492
493extern "C" {
494    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodepageup?language=objc)
495    #[cfg(feature = "objc2-core-foundation")]
496    pub static GCKeyCodePageUp: GCKeyCode;
497}
498
499extern "C" {
500    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodedeleteforward?language=objc)
501    #[cfg(feature = "objc2-core-foundation")]
502    pub static GCKeyCodeDeleteForward: GCKeyCode;
503}
504
505extern "C" {
506    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeend?language=objc)
507    #[cfg(feature = "objc2-core-foundation")]
508    pub static GCKeyCodeEnd: GCKeyCode;
509}
510
511extern "C" {
512    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodepagedown?language=objc)
513    #[cfg(feature = "objc2-core-foundation")]
514    pub static GCKeyCodePageDown: GCKeyCode;
515}
516
517extern "C" {
518    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycoderightarrow?language=objc)
519    #[cfg(feature = "objc2-core-foundation")]
520    pub static GCKeyCodeRightArrow: GCKeyCode;
521}
522
523extern "C" {
524    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeleftarrow?language=objc)
525    #[cfg(feature = "objc2-core-foundation")]
526    pub static GCKeyCodeLeftArrow: GCKeyCode;
527}
528
529extern "C" {
530    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodedownarrow?language=objc)
531    #[cfg(feature = "objc2-core-foundation")]
532    pub static GCKeyCodeDownArrow: GCKeyCode;
533}
534
535extern "C" {
536    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeuparrow?language=objc)
537    #[cfg(feature = "objc2-core-foundation")]
538    pub static GCKeyCodeUpArrow: GCKeyCode;
539}
540
541extern "C" {
542    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypadnumlock?language=objc)
543    #[cfg(feature = "objc2-core-foundation")]
544    pub static GCKeyCodeKeypadNumLock: GCKeyCode;
545}
546
547extern "C" {
548    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypadslash?language=objc)
549    #[cfg(feature = "objc2-core-foundation")]
550    pub static GCKeyCodeKeypadSlash: GCKeyCode;
551}
552
553extern "C" {
554    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypadasterisk?language=objc)
555    #[cfg(feature = "objc2-core-foundation")]
556    pub static GCKeyCodeKeypadAsterisk: GCKeyCode;
557}
558
559extern "C" {
560    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypadhyphen?language=objc)
561    #[cfg(feature = "objc2-core-foundation")]
562    pub static GCKeyCodeKeypadHyphen: GCKeyCode;
563}
564
565extern "C" {
566    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypadplus?language=objc)
567    #[cfg(feature = "objc2-core-foundation")]
568    pub static GCKeyCodeKeypadPlus: GCKeyCode;
569}
570
571extern "C" {
572    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypadenter?language=objc)
573    #[cfg(feature = "objc2-core-foundation")]
574    pub static GCKeyCodeKeypadEnter: GCKeyCode;
575}
576
577extern "C" {
578    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypad1?language=objc)
579    #[cfg(feature = "objc2-core-foundation")]
580    pub static GCKeyCodeKeypad1: GCKeyCode;
581}
582
583extern "C" {
584    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypad2?language=objc)
585    #[cfg(feature = "objc2-core-foundation")]
586    pub static GCKeyCodeKeypad2: GCKeyCode;
587}
588
589extern "C" {
590    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypad3?language=objc)
591    #[cfg(feature = "objc2-core-foundation")]
592    pub static GCKeyCodeKeypad3: GCKeyCode;
593}
594
595extern "C" {
596    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypad4?language=objc)
597    #[cfg(feature = "objc2-core-foundation")]
598    pub static GCKeyCodeKeypad4: GCKeyCode;
599}
600
601extern "C" {
602    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypad5?language=objc)
603    #[cfg(feature = "objc2-core-foundation")]
604    pub static GCKeyCodeKeypad5: GCKeyCode;
605}
606
607extern "C" {
608    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypad6?language=objc)
609    #[cfg(feature = "objc2-core-foundation")]
610    pub static GCKeyCodeKeypad6: GCKeyCode;
611}
612
613extern "C" {
614    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypad7?language=objc)
615    #[cfg(feature = "objc2-core-foundation")]
616    pub static GCKeyCodeKeypad7: GCKeyCode;
617}
618
619extern "C" {
620    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypad8?language=objc)
621    #[cfg(feature = "objc2-core-foundation")]
622    pub static GCKeyCodeKeypad8: GCKeyCode;
623}
624
625extern "C" {
626    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypad9?language=objc)
627    #[cfg(feature = "objc2-core-foundation")]
628    pub static GCKeyCodeKeypad9: GCKeyCode;
629}
630
631extern "C" {
632    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypad0?language=objc)
633    #[cfg(feature = "objc2-core-foundation")]
634    pub static GCKeyCodeKeypad0: GCKeyCode;
635}
636
637extern "C" {
638    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypadperiod?language=objc)
639    #[cfg(feature = "objc2-core-foundation")]
640    pub static GCKeyCodeKeypadPeriod: GCKeyCode;
641}
642
643extern "C" {
644    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodekeypadequalsign?language=objc)
645    #[cfg(feature = "objc2-core-foundation")]
646    pub static GCKeyCodeKeypadEqualSign: GCKeyCode;
647}
648
649extern "C" {
650    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodenonusbackslash?language=objc)
651    #[cfg(feature = "objc2-core-foundation")]
652    pub static GCKeyCodeNonUSBackslash: GCKeyCode;
653}
654
655extern "C" {
656    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeapplication?language=objc)
657    #[cfg(feature = "objc2-core-foundation")]
658    pub static GCKeyCodeApplication: GCKeyCode;
659}
660
661extern "C" {
662    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodepower?language=objc)
663    #[cfg(feature = "objc2-core-foundation")]
664    pub static GCKeyCodePower: GCKeyCode;
665}
666
667extern "C" {
668    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeinternational1?language=objc)
669    #[cfg(feature = "objc2-core-foundation")]
670    pub static GCKeyCodeInternational1: GCKeyCode;
671}
672
673extern "C" {
674    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeinternational2?language=objc)
675    #[cfg(feature = "objc2-core-foundation")]
676    pub static GCKeyCodeInternational2: GCKeyCode;
677}
678
679extern "C" {
680    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeinternational3?language=objc)
681    #[cfg(feature = "objc2-core-foundation")]
682    pub static GCKeyCodeInternational3: GCKeyCode;
683}
684
685extern "C" {
686    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeinternational4?language=objc)
687    #[cfg(feature = "objc2-core-foundation")]
688    pub static GCKeyCodeInternational4: GCKeyCode;
689}
690
691extern "C" {
692    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeinternational5?language=objc)
693    #[cfg(feature = "objc2-core-foundation")]
694    pub static GCKeyCodeInternational5: GCKeyCode;
695}
696
697extern "C" {
698    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeinternational6?language=objc)
699    #[cfg(feature = "objc2-core-foundation")]
700    pub static GCKeyCodeInternational6: GCKeyCode;
701}
702
703extern "C" {
704    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeinternational7?language=objc)
705    #[cfg(feature = "objc2-core-foundation")]
706    pub static GCKeyCodeInternational7: GCKeyCode;
707}
708
709extern "C" {
710    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeinternational8?language=objc)
711    #[cfg(feature = "objc2-core-foundation")]
712    pub static GCKeyCodeInternational8: GCKeyCode;
713}
714
715extern "C" {
716    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeinternational9?language=objc)
717    #[cfg(feature = "objc2-core-foundation")]
718    pub static GCKeyCodeInternational9: GCKeyCode;
719}
720
721extern "C" {
722    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodelang1?language=objc)
723    #[cfg(feature = "objc2-core-foundation")]
724    pub static GCKeyCodeLANG1: GCKeyCode;
725}
726
727extern "C" {
728    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodelang2?language=objc)
729    #[cfg(feature = "objc2-core-foundation")]
730    pub static GCKeyCodeLANG2: GCKeyCode;
731}
732
733extern "C" {
734    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodelang3?language=objc)
735    #[cfg(feature = "objc2-core-foundation")]
736    pub static GCKeyCodeLANG3: GCKeyCode;
737}
738
739extern "C" {
740    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodelang4?language=objc)
741    #[cfg(feature = "objc2-core-foundation")]
742    pub static GCKeyCodeLANG4: GCKeyCode;
743}
744
745extern "C" {
746    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodelang5?language=objc)
747    #[cfg(feature = "objc2-core-foundation")]
748    pub static GCKeyCodeLANG5: GCKeyCode;
749}
750
751extern "C" {
752    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodelang6?language=objc)
753    #[cfg(feature = "objc2-core-foundation")]
754    pub static GCKeyCodeLANG6: GCKeyCode;
755}
756
757extern "C" {
758    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodelang7?language=objc)
759    #[cfg(feature = "objc2-core-foundation")]
760    pub static GCKeyCodeLANG7: GCKeyCode;
761}
762
763extern "C" {
764    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodelang8?language=objc)
765    #[cfg(feature = "objc2-core-foundation")]
766    pub static GCKeyCodeLANG8: GCKeyCode;
767}
768
769extern "C" {
770    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodelang9?language=objc)
771    #[cfg(feature = "objc2-core-foundation")]
772    pub static GCKeyCodeLANG9: GCKeyCode;
773}
774
775extern "C" {
776    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeleftcontrol?language=objc)
777    #[cfg(feature = "objc2-core-foundation")]
778    pub static GCKeyCodeLeftControl: GCKeyCode;
779}
780
781extern "C" {
782    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeleftshift?language=objc)
783    #[cfg(feature = "objc2-core-foundation")]
784    pub static GCKeyCodeLeftShift: GCKeyCode;
785}
786
787extern "C" {
788    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeleftalt?language=objc)
789    #[cfg(feature = "objc2-core-foundation")]
790    pub static GCKeyCodeLeftAlt: GCKeyCode;
791}
792
793extern "C" {
794    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycodeleftgui?language=objc)
795    #[cfg(feature = "objc2-core-foundation")]
796    pub static GCKeyCodeLeftGUI: GCKeyCode;
797}
798
799extern "C" {
800    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycoderightcontrol?language=objc)
801    #[cfg(feature = "objc2-core-foundation")]
802    pub static GCKeyCodeRightControl: GCKeyCode;
803}
804
805extern "C" {
806    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycoderightshift?language=objc)
807    #[cfg(feature = "objc2-core-foundation")]
808    pub static GCKeyCodeRightShift: GCKeyCode;
809}
810
811extern "C" {
812    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycoderightalt?language=objc)
813    #[cfg(feature = "objc2-core-foundation")]
814    pub static GCKeyCodeRightAlt: GCKeyCode;
815}
816
817extern "C" {
818    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycoderightgui?language=objc)
819    #[cfg(feature = "objc2-core-foundation")]
820    pub static GCKeyCodeRightGUI: GCKeyCode;
821}