objc2_game_controller/generated/
GCKeyNames.rs

1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use core::ptr::NonNull;
4use objc2_foundation::*;
5
6use crate::*;
7
8extern "C" {
9    /// A set of strings that can be used to access keyboard buttons
10    ///
11    ///
12    ///
13    /// See: GCKeyboardInput.h
14    ///
15    /// See: GCPhysicalInputProfile.h
16    ///
17    /// See also [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeya?language=objc)
18    pub static GCKeyA: &'static NSString;
19}
20
21extern "C" {
22    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyb?language=objc)
23    pub static GCKeyB: &'static NSString;
24}
25
26extern "C" {
27    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyc?language=objc)
28    pub static GCKeyC: &'static NSString;
29}
30
31extern "C" {
32    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyd?language=objc)
33    pub static GCKeyD: &'static NSString;
34}
35
36extern "C" {
37    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeye?language=objc)
38    pub static GCKeyE: &'static NSString;
39}
40
41extern "C" {
42    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf?language=objc)
43    pub static GCKeyF: &'static NSString;
44}
45
46extern "C" {
47    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyg?language=objc)
48    pub static GCKeyG: &'static NSString;
49}
50
51extern "C" {
52    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyh?language=objc)
53    pub static GCKeyH: &'static NSString;
54}
55
56extern "C" {
57    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyi?language=objc)
58    pub static GCKeyI: &'static NSString;
59}
60
61extern "C" {
62    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyj?language=objc)
63    pub static GCKeyJ: &'static NSString;
64}
65
66extern "C" {
67    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyk?language=objc)
68    pub static GCKeyK: &'static NSString;
69}
70
71extern "C" {
72    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyl?language=objc)
73    pub static GCKeyL: &'static NSString;
74}
75
76extern "C" {
77    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeym?language=objc)
78    pub static GCKeyM: &'static NSString;
79}
80
81extern "C" {
82    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyn?language=objc)
83    pub static GCKeyN: &'static NSString;
84}
85
86extern "C" {
87    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyo?language=objc)
88    pub static GCKeyO: &'static NSString;
89}
90
91extern "C" {
92    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyp?language=objc)
93    pub static GCKeyP: &'static NSString;
94}
95
96extern "C" {
97    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyq?language=objc)
98    pub static GCKeyQ: &'static NSString;
99}
100
101extern "C" {
102    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyr?language=objc)
103    pub static GCKeyR: &'static NSString;
104}
105
106extern "C" {
107    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeys?language=objc)
108    pub static GCKeyS: &'static NSString;
109}
110
111extern "C" {
112    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyt?language=objc)
113    pub static GCKeyT: &'static NSString;
114}
115
116extern "C" {
117    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyu?language=objc)
118    pub static GCKeyU: &'static NSString;
119}
120
121extern "C" {
122    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyv?language=objc)
123    pub static GCKeyV: &'static NSString;
124}
125
126extern "C" {
127    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyw?language=objc)
128    pub static GCKeyW: &'static NSString;
129}
130
131extern "C" {
132    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyx?language=objc)
133    pub static GCKeyX: &'static NSString;
134}
135
136extern "C" {
137    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyy?language=objc)
138    pub static GCKeyY: &'static NSString;
139}
140
141extern "C" {
142    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyz?language=objc)
143    pub static GCKeyZ: &'static NSString;
144}
145
146extern "C" {
147    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyone?language=objc)
148    pub static GCKeyOne: &'static NSString;
149}
150
151extern "C" {
152    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeytwo?language=objc)
153    pub static GCKeyTwo: &'static NSString;
154}
155
156extern "C" {
157    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeythree?language=objc)
158    pub static GCKeyThree: &'static NSString;
159}
160
161extern "C" {
162    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyfour?language=objc)
163    pub static GCKeyFour: &'static NSString;
164}
165
166extern "C" {
167    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyfive?language=objc)
168    pub static GCKeyFive: &'static NSString;
169}
170
171extern "C" {
172    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeysix?language=objc)
173    pub static GCKeySix: &'static NSString;
174}
175
176extern "C" {
177    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyseven?language=objc)
178    pub static GCKeySeven: &'static NSString;
179}
180
181extern "C" {
182    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyeight?language=objc)
183    pub static GCKeyEight: &'static NSString;
184}
185
186extern "C" {
187    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeynine?language=objc)
188    pub static GCKeyNine: &'static NSString;
189}
190
191extern "C" {
192    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyzero?language=objc)
193    pub static GCKeyZero: &'static NSString;
194}
195
196extern "C" {
197    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyreturnorenter?language=objc)
198    pub static GCKeyReturnOrEnter: &'static NSString;
199}
200
201extern "C" {
202    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyescape?language=objc)
203    pub static GCKeyEscape: &'static NSString;
204}
205
206extern "C" {
207    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeydeleteorbackspace?language=objc)
208    pub static GCKeyDeleteOrBackspace: &'static NSString;
209}
210
211extern "C" {
212    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeytab?language=objc)
213    pub static GCKeyTab: &'static NSString;
214}
215
216extern "C" {
217    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyspacebar?language=objc)
218    pub static GCKeySpacebar: &'static NSString;
219}
220
221extern "C" {
222    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyhyphen?language=objc)
223    pub static GCKeyHyphen: &'static NSString;
224}
225
226extern "C" {
227    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyequalsign?language=objc)
228    pub static GCKeyEqualSign: &'static NSString;
229}
230
231extern "C" {
232    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyopenbracket?language=objc)
233    pub static GCKeyOpenBracket: &'static NSString;
234}
235
236extern "C" {
237    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyclosebracket?language=objc)
238    pub static GCKeyCloseBracket: &'static NSString;
239}
240
241extern "C" {
242    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeybackslash?language=objc)
243    pub static GCKeyBackslash: &'static NSString;
244}
245
246extern "C" {
247    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeynonuspound?language=objc)
248    pub static GCKeyNonUSPound: &'static NSString;
249}
250
251extern "C" {
252    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeysemicolon?language=objc)
253    pub static GCKeySemicolon: &'static NSString;
254}
255
256extern "C" {
257    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyquote?language=objc)
258    pub static GCKeyQuote: &'static NSString;
259}
260
261extern "C" {
262    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeygraveaccentandtilde?language=objc)
263    pub static GCKeyGraveAccentAndTilde: &'static NSString;
264}
265
266extern "C" {
267    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycomma?language=objc)
268    pub static GCKeyComma: &'static NSString;
269}
270
271extern "C" {
272    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyperiod?language=objc)
273    pub static GCKeyPeriod: &'static NSString;
274}
275
276extern "C" {
277    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyslash?language=objc)
278    pub static GCKeySlash: &'static NSString;
279}
280
281extern "C" {
282    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeycapslock?language=objc)
283    pub static GCKeyCapsLock: &'static NSString;
284}
285
286extern "C" {
287    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf1?language=objc)
288    pub static GCKeyF1: &'static NSString;
289}
290
291extern "C" {
292    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf2?language=objc)
293    pub static GCKeyF2: &'static NSString;
294}
295
296extern "C" {
297    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf3?language=objc)
298    pub static GCKeyF3: &'static NSString;
299}
300
301extern "C" {
302    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf4?language=objc)
303    pub static GCKeyF4: &'static NSString;
304}
305
306extern "C" {
307    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf5?language=objc)
308    pub static GCKeyF5: &'static NSString;
309}
310
311extern "C" {
312    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf6?language=objc)
313    pub static GCKeyF6: &'static NSString;
314}
315
316extern "C" {
317    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf7?language=objc)
318    pub static GCKeyF7: &'static NSString;
319}
320
321extern "C" {
322    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf8?language=objc)
323    pub static GCKeyF8: &'static NSString;
324}
325
326extern "C" {
327    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf9?language=objc)
328    pub static GCKeyF9: &'static NSString;
329}
330
331extern "C" {
332    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf10?language=objc)
333    pub static GCKeyF10: &'static NSString;
334}
335
336extern "C" {
337    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf11?language=objc)
338    pub static GCKeyF11: &'static NSString;
339}
340
341extern "C" {
342    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf12?language=objc)
343    pub static GCKeyF12: &'static NSString;
344}
345
346extern "C" {
347    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf13?language=objc)
348    pub static GCKeyF13: &'static NSString;
349}
350
351extern "C" {
352    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf14?language=objc)
353    pub static GCKeyF14: &'static NSString;
354}
355
356extern "C" {
357    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf15?language=objc)
358    pub static GCKeyF15: &'static NSString;
359}
360
361extern "C" {
362    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf16?language=objc)
363    pub static GCKeyF16: &'static NSString;
364}
365
366extern "C" {
367    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf17?language=objc)
368    pub static GCKeyF17: &'static NSString;
369}
370
371extern "C" {
372    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf18?language=objc)
373    pub static GCKeyF18: &'static NSString;
374}
375
376extern "C" {
377    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf19?language=objc)
378    pub static GCKeyF19: &'static NSString;
379}
380
381extern "C" {
382    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyf20?language=objc)
383    pub static GCKeyF20: &'static NSString;
384}
385
386extern "C" {
387    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyprintscreen?language=objc)
388    pub static GCKeyPrintScreen: &'static NSString;
389}
390
391extern "C" {
392    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyscrolllock?language=objc)
393    pub static GCKeyScrollLock: &'static NSString;
394}
395
396extern "C" {
397    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeypause?language=objc)
398    pub static GCKeyPause: &'static NSString;
399}
400
401extern "C" {
402    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyinsert?language=objc)
403    pub static GCKeyInsert: &'static NSString;
404}
405
406extern "C" {
407    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyhome?language=objc)
408    pub static GCKeyHome: &'static NSString;
409}
410
411extern "C" {
412    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeypageup?language=objc)
413    pub static GCKeyPageUp: &'static NSString;
414}
415
416extern "C" {
417    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeydeleteforward?language=objc)
418    pub static GCKeyDeleteForward: &'static NSString;
419}
420
421extern "C" {
422    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyend?language=objc)
423    pub static GCKeyEnd: &'static NSString;
424}
425
426extern "C" {
427    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeypagedown?language=objc)
428    pub static GCKeyPageDown: &'static NSString;
429}
430
431extern "C" {
432    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyrightarrow?language=objc)
433    pub static GCKeyRightArrow: &'static NSString;
434}
435
436extern "C" {
437    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyleftarrow?language=objc)
438    pub static GCKeyLeftArrow: &'static NSString;
439}
440
441extern "C" {
442    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeydownarrow?language=objc)
443    pub static GCKeyDownArrow: &'static NSString;
444}
445
446extern "C" {
447    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyuparrow?language=objc)
448    pub static GCKeyUpArrow: &'static NSString;
449}
450
451extern "C" {
452    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypadnumlock?language=objc)
453    pub static GCKeyKeypadNumLock: &'static NSString;
454}
455
456extern "C" {
457    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypadslash?language=objc)
458    pub static GCKeyKeypadSlash: &'static NSString;
459}
460
461extern "C" {
462    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypadasterisk?language=objc)
463    pub static GCKeyKeypadAsterisk: &'static NSString;
464}
465
466extern "C" {
467    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypadhyphen?language=objc)
468    pub static GCKeyKeypadHyphen: &'static NSString;
469}
470
471extern "C" {
472    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypadplus?language=objc)
473    pub static GCKeyKeypadPlus: &'static NSString;
474}
475
476extern "C" {
477    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypadenter?language=objc)
478    pub static GCKeyKeypadEnter: &'static NSString;
479}
480
481extern "C" {
482    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypad1?language=objc)
483    pub static GCKeyKeypad1: &'static NSString;
484}
485
486extern "C" {
487    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypad2?language=objc)
488    pub static GCKeyKeypad2: &'static NSString;
489}
490
491extern "C" {
492    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypad3?language=objc)
493    pub static GCKeyKeypad3: &'static NSString;
494}
495
496extern "C" {
497    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypad4?language=objc)
498    pub static GCKeyKeypad4: &'static NSString;
499}
500
501extern "C" {
502    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypad5?language=objc)
503    pub static GCKeyKeypad5: &'static NSString;
504}
505
506extern "C" {
507    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypad6?language=objc)
508    pub static GCKeyKeypad6: &'static NSString;
509}
510
511extern "C" {
512    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypad7?language=objc)
513    pub static GCKeyKeypad7: &'static NSString;
514}
515
516extern "C" {
517    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypad8?language=objc)
518    pub static GCKeyKeypad8: &'static NSString;
519}
520
521extern "C" {
522    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypad9?language=objc)
523    pub static GCKeyKeypad9: &'static NSString;
524}
525
526extern "C" {
527    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypad0?language=objc)
528    pub static GCKeyKeypad0: &'static NSString;
529}
530
531extern "C" {
532    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypadperiod?language=objc)
533    pub static GCKeyKeypadPeriod: &'static NSString;
534}
535
536extern "C" {
537    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeykeypadequalsign?language=objc)
538    pub static GCKeyKeypadEqualSign: &'static NSString;
539}
540
541extern "C" {
542    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeynonusbackslash?language=objc)
543    pub static GCKeyNonUSBackslash: &'static NSString;
544}
545
546extern "C" {
547    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyapplication?language=objc)
548    pub static GCKeyApplication: &'static NSString;
549}
550
551extern "C" {
552    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeypower?language=objc)
553    pub static GCKeyPower: &'static NSString;
554}
555
556extern "C" {
557    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyinternational1?language=objc)
558    pub static GCKeyInternational1: &'static NSString;
559}
560
561extern "C" {
562    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyinternational2?language=objc)
563    pub static GCKeyInternational2: &'static NSString;
564}
565
566extern "C" {
567    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyinternational3?language=objc)
568    pub static GCKeyInternational3: &'static NSString;
569}
570
571extern "C" {
572    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyinternational4?language=objc)
573    pub static GCKeyInternational4: &'static NSString;
574}
575
576extern "C" {
577    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyinternational5?language=objc)
578    pub static GCKeyInternational5: &'static NSString;
579}
580
581extern "C" {
582    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyinternational6?language=objc)
583    pub static GCKeyInternational6: &'static NSString;
584}
585
586extern "C" {
587    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyinternational7?language=objc)
588    pub static GCKeyInternational7: &'static NSString;
589}
590
591extern "C" {
592    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyinternational8?language=objc)
593    pub static GCKeyInternational8: &'static NSString;
594}
595
596extern "C" {
597    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyinternational9?language=objc)
598    pub static GCKeyInternational9: &'static NSString;
599}
600
601extern "C" {
602    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeylang1?language=objc)
603    pub static GCKeyLANG1: &'static NSString;
604}
605
606extern "C" {
607    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeylang2?language=objc)
608    pub static GCKeyLANG2: &'static NSString;
609}
610
611extern "C" {
612    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeylang3?language=objc)
613    pub static GCKeyLANG3: &'static NSString;
614}
615
616extern "C" {
617    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeylang4?language=objc)
618    pub static GCKeyLANG4: &'static NSString;
619}
620
621extern "C" {
622    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeylang5?language=objc)
623    pub static GCKeyLANG5: &'static NSString;
624}
625
626extern "C" {
627    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeylang6?language=objc)
628    pub static GCKeyLANG6: &'static NSString;
629}
630
631extern "C" {
632    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeylang7?language=objc)
633    pub static GCKeyLANG7: &'static NSString;
634}
635
636extern "C" {
637    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeylang8?language=objc)
638    pub static GCKeyLANG8: &'static NSString;
639}
640
641extern "C" {
642    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeylang9?language=objc)
643    pub static GCKeyLANG9: &'static NSString;
644}
645
646extern "C" {
647    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyleftcontrol?language=objc)
648    pub static GCKeyLeftControl: &'static NSString;
649}
650
651extern "C" {
652    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyleftshift?language=objc)
653    pub static GCKeyLeftShift: &'static NSString;
654}
655
656extern "C" {
657    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyleftalt?language=objc)
658    pub static GCKeyLeftAlt: &'static NSString;
659}
660
661extern "C" {
662    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyleftgui?language=objc)
663    pub static GCKeyLeftGUI: &'static NSString;
664}
665
666extern "C" {
667    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyrightcontrol?language=objc)
668    pub static GCKeyRightControl: &'static NSString;
669}
670
671extern "C" {
672    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyrightshift?language=objc)
673    pub static GCKeyRightShift: &'static NSString;
674}
675
676extern "C" {
677    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyrightalt?language=objc)
678    pub static GCKeyRightAlt: &'static NSString;
679}
680
681extern "C" {
682    /// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/gckeyrightgui?language=objc)
683    pub static GCKeyRightGUI: &'static NSString;
684}