@defold-typescript/library-types 0.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/NOTICE +52 -0
  2. package/README.md +78 -0
  3. package/api-doc/boom.boom.json +26 -0
  4. package/api-doc/bridge.bridge.json +1653 -0
  5. package/api-doc/bzAnim.bzLibrary.json +156 -0
  6. package/api-doc/defcon.console.json +109 -0
  7. package/api-doc/defmath.defmath.json +1381 -0
  8. package/api-doc/defsave.defsave.json +175 -0
  9. package/api-doc/deftest.deftest.json +71 -0
  10. package/api-doc/dicebag.dicebag.json +323 -0
  11. package/api-doc/event.event.json +238 -0
  12. package/api-doc/gooey.gooey.json +963 -0
  13. package/api-doc/immutable.immutable.json +63 -0
  14. package/api-doc/in.accelerometer.json +281 -0
  15. package/api-doc/in.button.json +148 -0
  16. package/api-doc/in.cursor.json +203 -0
  17. package/api-doc/in.gesture.json +206 -0
  18. package/api-doc/in.keyboard.json +45 -0
  19. package/api-doc/in.mapper.json +141 -0
  20. package/api-doc/in.onscreen.json +265 -0
  21. package/api-doc/in.state.json +195 -0
  22. package/api-doc/in.textbox.json +213 -0
  23. package/api-doc/in.triggers.json +1260 -0
  24. package/api-doc/lang.lang.json +411 -0
  25. package/api-doc/log.log.json +50 -0
  26. package/api-doc/metrics.fps.json +88 -0
  27. package/api-doc/metrics.mem.json +80 -0
  28. package/api-doc/monarch.monarch.json +1065 -0
  29. package/api-doc/monarch.transitions.easings.json +206 -0
  30. package/api-doc/monarch.transitions.gui.json +445 -0
  31. package/api-doc/nakama.engine.defold.json +165 -0
  32. package/api-doc/nakama.nakama.json +6574 -0
  33. package/api-doc/nakama.util.log.json +25 -0
  34. package/api-doc/narrator.narrator.json +150 -0
  35. package/api-doc/orthographic.camera.json +1019 -0
  36. package/api-doc/persist.persist.json +142 -0
  37. package/api-doc/platypus.platypus.json +631 -0
  38. package/api-doc/proto.proto.json +355 -0
  39. package/api-doc/rendy.rendy.json +408 -0
  40. package/api-doc/richtext.color.json +219 -0
  41. package/api-doc/richtext.richtext.json +382 -0
  42. package/api-doc/richtext.tags.json +67 -0
  43. package/api-doc/saver.saver.json +553 -0
  44. package/api-doc/saver.storage.json +174 -0
  45. package/api-doc/squid.squid.json +660 -0
  46. package/api-doc/starly.starly.json +488 -0
  47. package/api-doc/tweener.tweener.json +419 -0
  48. package/api-doc/yagames.yagames.json +1465 -0
  49. package/api-doc/zzfx.api.json +85 -0
  50. package/generated/boom.boom.d.ts +1585 -0
  51. package/generated/bridge.bridge.d.ts +533 -0
  52. package/generated/bzAnim.bzLibrary.d.ts +93 -0
  53. package/generated/defcon.console.d.ts +24 -0
  54. package/generated/defmath.defmath.d.ts +194 -0
  55. package/generated/defsave.defsave.d.ts +31 -0
  56. package/generated/deftest.deftest.d.ts +47 -0
  57. package/generated/dicebag.dicebag.d.ts +90 -0
  58. package/generated/event.event.d.ts +54 -0
  59. package/generated/gooey.gooey.d.ts +261 -0
  60. package/generated/immutable.immutable.d.ts +13 -0
  61. package/generated/in.accelerometer.d.ts +37 -0
  62. package/generated/in.button.d.ts +20 -0
  63. package/generated/in.cursor.d.ts +33 -0
  64. package/generated/in.gesture.d.ts +64 -0
  65. package/generated/in.keyboard.d.ts +18 -0
  66. package/generated/in.mapper.d.ts +23 -0
  67. package/generated/in.onscreen.d.ts +58 -0
  68. package/generated/in.state.d.ts +34 -0
  69. package/generated/in.textbox.d.ts +26 -0
  70. package/generated/in.triggers.d.ts +180 -0
  71. package/generated/lang.lang.d.ts +33 -0
  72. package/generated/log.log.d.ts +40 -0
  73. package/generated/metrics.fps.d.ts +16 -0
  74. package/generated/metrics.mem.d.ts +16 -0
  75. package/generated/monarch.monarch.d.ts +412 -0
  76. package/generated/monarch.transitions.easings.d.ts +65 -0
  77. package/generated/monarch.transitions.gui.d.ts +197 -0
  78. package/generated/nakama.engine.defold.d.ts +24 -0
  79. package/generated/nakama.nakama.d.ts +594 -0
  80. package/generated/nakama.util.log.d.ts +10 -0
  81. package/generated/narrator.narrator.d.ts +66 -0
  82. package/generated/orthographic.camera.d.ts +308 -0
  83. package/generated/persist.persist.d.ts +34 -0
  84. package/generated/platypus.platypus.d.ts +76 -0
  85. package/generated/proto.proto.d.ts +36 -0
  86. package/generated/rendy.rendy.d.ts +184 -0
  87. package/generated/richtext.color.d.ts +33 -0
  88. package/generated/richtext.richtext.d.ts +126 -0
  89. package/generated/richtext.tags.d.ts +12 -0
  90. package/generated/saver.saver.d.ts +44 -0
  91. package/generated/saver.storage.d.ts +16 -0
  92. package/generated/squid.squid.d.ts +106 -0
  93. package/generated/starly.starly.d.ts +148 -0
  94. package/generated/tweener.tweener.d.ts +151 -0
  95. package/generated/yagames.yagames.d.ts +279 -0
  96. package/generated/zzfx.api.d.ts +20 -0
  97. package/library-classification.json +726 -0
  98. package/library-targets.json +291 -0
  99. package/package.json +180 -0
  100. package/scripts/extract-api-doc.ts +418 -0
  101. package/scripts/sync-library-types.ts +542 -0
@@ -0,0 +1,1260 @@
1
+ {
2
+ "info": {
3
+ "namespace": "in.triggers",
4
+ "brief": "",
5
+ "description": ""
6
+ },
7
+ "elements": [
8
+ {
9
+ "type": "VARIABLE",
10
+ "name": "KEY_SPACE",
11
+ "types": [
12
+ "Hash"
13
+ ]
14
+ },
15
+ {
16
+ "type": "VARIABLE",
17
+ "name": "KEY_EXCLAIM",
18
+ "types": [
19
+ "Hash"
20
+ ]
21
+ },
22
+ {
23
+ "type": "VARIABLE",
24
+ "name": "KEY_QUOTEDBL",
25
+ "types": [
26
+ "Hash"
27
+ ]
28
+ },
29
+ {
30
+ "type": "VARIABLE",
31
+ "name": "KEY_HASH",
32
+ "types": [
33
+ "Hash"
34
+ ]
35
+ },
36
+ {
37
+ "type": "VARIABLE",
38
+ "name": "KEY_DOLLAR",
39
+ "types": [
40
+ "Hash"
41
+ ]
42
+ },
43
+ {
44
+ "type": "VARIABLE",
45
+ "name": "KEY_AMPERSAND",
46
+ "types": [
47
+ "Hash"
48
+ ]
49
+ },
50
+ {
51
+ "type": "VARIABLE",
52
+ "name": "KEY_QUOTE",
53
+ "types": [
54
+ "Hash"
55
+ ]
56
+ },
57
+ {
58
+ "type": "VARIABLE",
59
+ "name": "KEY_LPAREN",
60
+ "types": [
61
+ "Hash"
62
+ ]
63
+ },
64
+ {
65
+ "type": "VARIABLE",
66
+ "name": "KEY_RPAREN",
67
+ "types": [
68
+ "Hash"
69
+ ]
70
+ },
71
+ {
72
+ "type": "VARIABLE",
73
+ "name": "KEY_ASTERISK",
74
+ "types": [
75
+ "Hash"
76
+ ]
77
+ },
78
+ {
79
+ "type": "VARIABLE",
80
+ "name": "KEY_PLUS",
81
+ "types": [
82
+ "Hash"
83
+ ]
84
+ },
85
+ {
86
+ "type": "VARIABLE",
87
+ "name": "KEY_COMMA",
88
+ "types": [
89
+ "Hash"
90
+ ]
91
+ },
92
+ {
93
+ "type": "VARIABLE",
94
+ "name": "KEY_MINUS",
95
+ "types": [
96
+ "Hash"
97
+ ]
98
+ },
99
+ {
100
+ "type": "VARIABLE",
101
+ "name": "KEY_PERIOD",
102
+ "types": [
103
+ "Hash"
104
+ ]
105
+ },
106
+ {
107
+ "type": "VARIABLE",
108
+ "name": "KEY_SLASH",
109
+ "types": [
110
+ "Hash"
111
+ ]
112
+ },
113
+ {
114
+ "type": "VARIABLE",
115
+ "name": "KEY_0",
116
+ "types": [
117
+ "Hash"
118
+ ]
119
+ },
120
+ {
121
+ "type": "VARIABLE",
122
+ "name": "KEY_1",
123
+ "types": [
124
+ "Hash"
125
+ ]
126
+ },
127
+ {
128
+ "type": "VARIABLE",
129
+ "name": "KEY_2",
130
+ "types": [
131
+ "Hash"
132
+ ]
133
+ },
134
+ {
135
+ "type": "VARIABLE",
136
+ "name": "KEY_3",
137
+ "types": [
138
+ "Hash"
139
+ ]
140
+ },
141
+ {
142
+ "type": "VARIABLE",
143
+ "name": "KEY_4",
144
+ "types": [
145
+ "Hash"
146
+ ]
147
+ },
148
+ {
149
+ "type": "VARIABLE",
150
+ "name": "KEY_5",
151
+ "types": [
152
+ "Hash"
153
+ ]
154
+ },
155
+ {
156
+ "type": "VARIABLE",
157
+ "name": "KEY_6",
158
+ "types": [
159
+ "Hash"
160
+ ]
161
+ },
162
+ {
163
+ "type": "VARIABLE",
164
+ "name": "KEY_7",
165
+ "types": [
166
+ "Hash"
167
+ ]
168
+ },
169
+ {
170
+ "type": "VARIABLE",
171
+ "name": "KEY_8",
172
+ "types": [
173
+ "Hash"
174
+ ]
175
+ },
176
+ {
177
+ "type": "VARIABLE",
178
+ "name": "KEY_9",
179
+ "types": [
180
+ "Hash"
181
+ ]
182
+ },
183
+ {
184
+ "type": "VARIABLE",
185
+ "name": "KEY_COLON",
186
+ "types": [
187
+ "Hash"
188
+ ]
189
+ },
190
+ {
191
+ "type": "VARIABLE",
192
+ "name": "KEY_SEMICOLON",
193
+ "types": [
194
+ "Hash"
195
+ ]
196
+ },
197
+ {
198
+ "type": "VARIABLE",
199
+ "name": "KEY_LESS",
200
+ "types": [
201
+ "Hash"
202
+ ]
203
+ },
204
+ {
205
+ "type": "VARIABLE",
206
+ "name": "KEY_EQUALS",
207
+ "types": [
208
+ "Hash"
209
+ ]
210
+ },
211
+ {
212
+ "type": "VARIABLE",
213
+ "name": "KEY_GREATER",
214
+ "types": [
215
+ "Hash"
216
+ ]
217
+ },
218
+ {
219
+ "type": "VARIABLE",
220
+ "name": "KEY_QUESTION",
221
+ "types": [
222
+ "Hash"
223
+ ]
224
+ },
225
+ {
226
+ "type": "VARIABLE",
227
+ "name": "KEY_AT",
228
+ "types": [
229
+ "Hash"
230
+ ]
231
+ },
232
+ {
233
+ "type": "VARIABLE",
234
+ "name": "KEY_A",
235
+ "types": [
236
+ "Hash"
237
+ ]
238
+ },
239
+ {
240
+ "type": "VARIABLE",
241
+ "name": "KEY_B",
242
+ "types": [
243
+ "Hash"
244
+ ]
245
+ },
246
+ {
247
+ "type": "VARIABLE",
248
+ "name": "KEY_C",
249
+ "types": [
250
+ "Hash"
251
+ ]
252
+ },
253
+ {
254
+ "type": "VARIABLE",
255
+ "name": "KEY_D",
256
+ "types": [
257
+ "Hash"
258
+ ]
259
+ },
260
+ {
261
+ "type": "VARIABLE",
262
+ "name": "KEY_E",
263
+ "types": [
264
+ "Hash"
265
+ ]
266
+ },
267
+ {
268
+ "type": "VARIABLE",
269
+ "name": "KEY_F",
270
+ "types": [
271
+ "Hash"
272
+ ]
273
+ },
274
+ {
275
+ "type": "VARIABLE",
276
+ "name": "KEY_G",
277
+ "types": [
278
+ "Hash"
279
+ ]
280
+ },
281
+ {
282
+ "type": "VARIABLE",
283
+ "name": "KEY_H",
284
+ "types": [
285
+ "Hash"
286
+ ]
287
+ },
288
+ {
289
+ "type": "VARIABLE",
290
+ "name": "KEY_I",
291
+ "types": [
292
+ "Hash"
293
+ ]
294
+ },
295
+ {
296
+ "type": "VARIABLE",
297
+ "name": "KEY_J",
298
+ "types": [
299
+ "Hash"
300
+ ]
301
+ },
302
+ {
303
+ "type": "VARIABLE",
304
+ "name": "KEY_K",
305
+ "types": [
306
+ "Hash"
307
+ ]
308
+ },
309
+ {
310
+ "type": "VARIABLE",
311
+ "name": "KEY_L",
312
+ "types": [
313
+ "Hash"
314
+ ]
315
+ },
316
+ {
317
+ "type": "VARIABLE",
318
+ "name": "KEY_M",
319
+ "types": [
320
+ "Hash"
321
+ ]
322
+ },
323
+ {
324
+ "type": "VARIABLE",
325
+ "name": "KEY_N",
326
+ "types": [
327
+ "Hash"
328
+ ]
329
+ },
330
+ {
331
+ "type": "VARIABLE",
332
+ "name": "KEY_O",
333
+ "types": [
334
+ "Hash"
335
+ ]
336
+ },
337
+ {
338
+ "type": "VARIABLE",
339
+ "name": "KEY_P",
340
+ "types": [
341
+ "Hash"
342
+ ]
343
+ },
344
+ {
345
+ "type": "VARIABLE",
346
+ "name": "KEY_Q",
347
+ "types": [
348
+ "Hash"
349
+ ]
350
+ },
351
+ {
352
+ "type": "VARIABLE",
353
+ "name": "KEY_R",
354
+ "types": [
355
+ "Hash"
356
+ ]
357
+ },
358
+ {
359
+ "type": "VARIABLE",
360
+ "name": "KEY_S",
361
+ "types": [
362
+ "Hash"
363
+ ]
364
+ },
365
+ {
366
+ "type": "VARIABLE",
367
+ "name": "KEY_T",
368
+ "types": [
369
+ "Hash"
370
+ ]
371
+ },
372
+ {
373
+ "type": "VARIABLE",
374
+ "name": "KEY_U",
375
+ "types": [
376
+ "Hash"
377
+ ]
378
+ },
379
+ {
380
+ "type": "VARIABLE",
381
+ "name": "KEY_V",
382
+ "types": [
383
+ "Hash"
384
+ ]
385
+ },
386
+ {
387
+ "type": "VARIABLE",
388
+ "name": "KEY_W",
389
+ "types": [
390
+ "Hash"
391
+ ]
392
+ },
393
+ {
394
+ "type": "VARIABLE",
395
+ "name": "KEY_X",
396
+ "types": [
397
+ "Hash"
398
+ ]
399
+ },
400
+ {
401
+ "type": "VARIABLE",
402
+ "name": "KEY_Y",
403
+ "types": [
404
+ "Hash"
405
+ ]
406
+ },
407
+ {
408
+ "type": "VARIABLE",
409
+ "name": "KEY_Z",
410
+ "types": [
411
+ "Hash"
412
+ ]
413
+ },
414
+ {
415
+ "type": "VARIABLE",
416
+ "name": "KEY_LBRACKET",
417
+ "types": [
418
+ "Hash"
419
+ ]
420
+ },
421
+ {
422
+ "type": "VARIABLE",
423
+ "name": "KEY_RBRACKET",
424
+ "types": [
425
+ "Hash"
426
+ ]
427
+ },
428
+ {
429
+ "type": "VARIABLE",
430
+ "name": "KEY_BACKSLASH",
431
+ "types": [
432
+ "Hash"
433
+ ]
434
+ },
435
+ {
436
+ "type": "VARIABLE",
437
+ "name": "KEY_CARET",
438
+ "types": [
439
+ "Hash"
440
+ ]
441
+ },
442
+ {
443
+ "type": "VARIABLE",
444
+ "name": "KEY_UNDERSCORE",
445
+ "types": [
446
+ "Hash"
447
+ ]
448
+ },
449
+ {
450
+ "type": "VARIABLE",
451
+ "name": "KEY_BACKQUOTE",
452
+ "types": [
453
+ "Hash"
454
+ ]
455
+ },
456
+ {
457
+ "type": "VARIABLE",
458
+ "name": "KEY_LBRACE",
459
+ "types": [
460
+ "Hash"
461
+ ]
462
+ },
463
+ {
464
+ "type": "VARIABLE",
465
+ "name": "KEY_RBRACE",
466
+ "types": [
467
+ "Hash"
468
+ ]
469
+ },
470
+ {
471
+ "type": "VARIABLE",
472
+ "name": "KEY_PIPE",
473
+ "types": [
474
+ "Hash"
475
+ ]
476
+ },
477
+ {
478
+ "type": "VARIABLE",
479
+ "name": "KEY_TILDE",
480
+ "types": [
481
+ "Hash"
482
+ ]
483
+ },
484
+ {
485
+ "type": "VARIABLE",
486
+ "name": "KEY_ESC",
487
+ "types": [
488
+ "Hash"
489
+ ]
490
+ },
491
+ {
492
+ "type": "VARIABLE",
493
+ "name": "KEY_F1",
494
+ "types": [
495
+ "Hash"
496
+ ]
497
+ },
498
+ {
499
+ "type": "VARIABLE",
500
+ "name": "KEY_F2",
501
+ "types": [
502
+ "Hash"
503
+ ]
504
+ },
505
+ {
506
+ "type": "VARIABLE",
507
+ "name": "KEY_F3",
508
+ "types": [
509
+ "Hash"
510
+ ]
511
+ },
512
+ {
513
+ "type": "VARIABLE",
514
+ "name": "KEY_F4",
515
+ "types": [
516
+ "Hash"
517
+ ]
518
+ },
519
+ {
520
+ "type": "VARIABLE",
521
+ "name": "KEY_F5",
522
+ "types": [
523
+ "Hash"
524
+ ]
525
+ },
526
+ {
527
+ "type": "VARIABLE",
528
+ "name": "KEY_F6",
529
+ "types": [
530
+ "Hash"
531
+ ]
532
+ },
533
+ {
534
+ "type": "VARIABLE",
535
+ "name": "KEY_F7",
536
+ "types": [
537
+ "Hash"
538
+ ]
539
+ },
540
+ {
541
+ "type": "VARIABLE",
542
+ "name": "KEY_F8",
543
+ "types": [
544
+ "Hash"
545
+ ]
546
+ },
547
+ {
548
+ "type": "VARIABLE",
549
+ "name": "KEY_F9",
550
+ "types": [
551
+ "Hash"
552
+ ]
553
+ },
554
+ {
555
+ "type": "VARIABLE",
556
+ "name": "KEY_F10",
557
+ "types": [
558
+ "Hash"
559
+ ]
560
+ },
561
+ {
562
+ "type": "VARIABLE",
563
+ "name": "KEY_F11",
564
+ "types": [
565
+ "Hash"
566
+ ]
567
+ },
568
+ {
569
+ "type": "VARIABLE",
570
+ "name": "KEY_F12",
571
+ "types": [
572
+ "Hash"
573
+ ]
574
+ },
575
+ {
576
+ "type": "VARIABLE",
577
+ "name": "KEY_UP",
578
+ "types": [
579
+ "Hash"
580
+ ]
581
+ },
582
+ {
583
+ "type": "VARIABLE",
584
+ "name": "KEY_DOWN",
585
+ "types": [
586
+ "Hash"
587
+ ]
588
+ },
589
+ {
590
+ "type": "VARIABLE",
591
+ "name": "KEY_LEFT",
592
+ "types": [
593
+ "Hash"
594
+ ]
595
+ },
596
+ {
597
+ "type": "VARIABLE",
598
+ "name": "KEY_RIGHT",
599
+ "types": [
600
+ "Hash"
601
+ ]
602
+ },
603
+ {
604
+ "type": "VARIABLE",
605
+ "name": "KEY_LSHIFT",
606
+ "types": [
607
+ "Hash"
608
+ ]
609
+ },
610
+ {
611
+ "type": "VARIABLE",
612
+ "name": "KEY_RSHIFT",
613
+ "types": [
614
+ "Hash"
615
+ ]
616
+ },
617
+ {
618
+ "type": "VARIABLE",
619
+ "name": "KEY_LCTRL",
620
+ "types": [
621
+ "Hash"
622
+ ]
623
+ },
624
+ {
625
+ "type": "VARIABLE",
626
+ "name": "KEY_RCTRL",
627
+ "types": [
628
+ "Hash"
629
+ ]
630
+ },
631
+ {
632
+ "type": "VARIABLE",
633
+ "name": "KEY_LALT",
634
+ "types": [
635
+ "Hash"
636
+ ]
637
+ },
638
+ {
639
+ "type": "VARIABLE",
640
+ "name": "KEY_RALT",
641
+ "types": [
642
+ "Hash"
643
+ ]
644
+ },
645
+ {
646
+ "type": "VARIABLE",
647
+ "name": "KEY_TAB",
648
+ "types": [
649
+ "Hash"
650
+ ]
651
+ },
652
+ {
653
+ "type": "VARIABLE",
654
+ "name": "KEY_ENTER",
655
+ "types": [
656
+ "Hash"
657
+ ]
658
+ },
659
+ {
660
+ "type": "VARIABLE",
661
+ "name": "KEY_BACKSPACE",
662
+ "types": [
663
+ "Hash"
664
+ ]
665
+ },
666
+ {
667
+ "type": "VARIABLE",
668
+ "name": "KEY_INSERT",
669
+ "types": [
670
+ "Hash"
671
+ ]
672
+ },
673
+ {
674
+ "type": "VARIABLE",
675
+ "name": "KEY_DEL",
676
+ "types": [
677
+ "Hash"
678
+ ]
679
+ },
680
+ {
681
+ "type": "VARIABLE",
682
+ "name": "KEY_PAGEUP",
683
+ "types": [
684
+ "Hash"
685
+ ]
686
+ },
687
+ {
688
+ "type": "VARIABLE",
689
+ "name": "KEY_PAGEDOWN",
690
+ "types": [
691
+ "Hash"
692
+ ]
693
+ },
694
+ {
695
+ "type": "VARIABLE",
696
+ "name": "KEY_HOME",
697
+ "types": [
698
+ "Hash"
699
+ ]
700
+ },
701
+ {
702
+ "type": "VARIABLE",
703
+ "name": "KEY_END",
704
+ "types": [
705
+ "Hash"
706
+ ]
707
+ },
708
+ {
709
+ "type": "VARIABLE",
710
+ "name": "KEY_KP_0",
711
+ "types": [
712
+ "Hash"
713
+ ]
714
+ },
715
+ {
716
+ "type": "VARIABLE",
717
+ "name": "KEY_KP_1",
718
+ "types": [
719
+ "Hash"
720
+ ]
721
+ },
722
+ {
723
+ "type": "VARIABLE",
724
+ "name": "KEY_KP_2",
725
+ "types": [
726
+ "Hash"
727
+ ]
728
+ },
729
+ {
730
+ "type": "VARIABLE",
731
+ "name": "KEY_KP_3",
732
+ "types": [
733
+ "Hash"
734
+ ]
735
+ },
736
+ {
737
+ "type": "VARIABLE",
738
+ "name": "KEY_KP_4",
739
+ "types": [
740
+ "Hash"
741
+ ]
742
+ },
743
+ {
744
+ "type": "VARIABLE",
745
+ "name": "KEY_KP_5",
746
+ "types": [
747
+ "Hash"
748
+ ]
749
+ },
750
+ {
751
+ "type": "VARIABLE",
752
+ "name": "KEY_KP_6",
753
+ "types": [
754
+ "Hash"
755
+ ]
756
+ },
757
+ {
758
+ "type": "VARIABLE",
759
+ "name": "KEY_KP_7",
760
+ "types": [
761
+ "Hash"
762
+ ]
763
+ },
764
+ {
765
+ "type": "VARIABLE",
766
+ "name": "KEY_KP_8",
767
+ "types": [
768
+ "Hash"
769
+ ]
770
+ },
771
+ {
772
+ "type": "VARIABLE",
773
+ "name": "KEY_KP_9",
774
+ "types": [
775
+ "Hash"
776
+ ]
777
+ },
778
+ {
779
+ "type": "VARIABLE",
780
+ "name": "KEY_KP_DIVIDE",
781
+ "types": [
782
+ "Hash"
783
+ ]
784
+ },
785
+ {
786
+ "type": "VARIABLE",
787
+ "name": "KEY_KP_MULTIPLY",
788
+ "types": [
789
+ "Hash"
790
+ ]
791
+ },
792
+ {
793
+ "type": "VARIABLE",
794
+ "name": "KEY_KP_SUBTRACT",
795
+ "types": [
796
+ "Hash"
797
+ ]
798
+ },
799
+ {
800
+ "type": "VARIABLE",
801
+ "name": "KEY_KP_ADD",
802
+ "types": [
803
+ "Hash"
804
+ ]
805
+ },
806
+ {
807
+ "type": "VARIABLE",
808
+ "name": "KEY_KP_DECIMAL",
809
+ "types": [
810
+ "Hash"
811
+ ]
812
+ },
813
+ {
814
+ "type": "VARIABLE",
815
+ "name": "KEY_KP_EQUAL",
816
+ "types": [
817
+ "Hash"
818
+ ]
819
+ },
820
+ {
821
+ "type": "VARIABLE",
822
+ "name": "KEY_KP_ENTER",
823
+ "types": [
824
+ "Hash"
825
+ ]
826
+ },
827
+ {
828
+ "type": "VARIABLE",
829
+ "name": "KEY_KP_NUM_LOCK",
830
+ "types": [
831
+ "Hash"
832
+ ]
833
+ },
834
+ {
835
+ "type": "VARIABLE",
836
+ "name": "KEY_CAPS_LOCK",
837
+ "types": [
838
+ "Hash"
839
+ ]
840
+ },
841
+ {
842
+ "type": "VARIABLE",
843
+ "name": "KEY_SCROLL_LOCK",
844
+ "types": [
845
+ "Hash"
846
+ ]
847
+ },
848
+ {
849
+ "type": "VARIABLE",
850
+ "name": "KEY_PAUSE",
851
+ "types": [
852
+ "Hash"
853
+ ]
854
+ },
855
+ {
856
+ "type": "VARIABLE",
857
+ "name": "KEY_LSUPER",
858
+ "types": [
859
+ "Hash"
860
+ ]
861
+ },
862
+ {
863
+ "type": "VARIABLE",
864
+ "name": "KEY_RSUPER",
865
+ "types": [
866
+ "Hash"
867
+ ]
868
+ },
869
+ {
870
+ "type": "VARIABLE",
871
+ "name": "KEY_MENU",
872
+ "types": [
873
+ "Hash"
874
+ ]
875
+ },
876
+ {
877
+ "type": "VARIABLE",
878
+ "name": "KEY_BACK",
879
+ "types": [
880
+ "Hash"
881
+ ]
882
+ },
883
+ {
884
+ "type": "VARIABLE",
885
+ "name": "MOUSE_WHEEL_UP",
886
+ "types": [
887
+ "Hash"
888
+ ]
889
+ },
890
+ {
891
+ "type": "VARIABLE",
892
+ "name": "MOUSE_WHEEL_DOWN",
893
+ "types": [
894
+ "Hash"
895
+ ]
896
+ },
897
+ {
898
+ "type": "VARIABLE",
899
+ "name": "MOUSE_BUTTON_LEFT",
900
+ "types": [
901
+ "Hash"
902
+ ]
903
+ },
904
+ {
905
+ "type": "VARIABLE",
906
+ "name": "MOUSE_BUTTON_MIDDLE",
907
+ "types": [
908
+ "Hash"
909
+ ]
910
+ },
911
+ {
912
+ "type": "VARIABLE",
913
+ "name": "MOUSE_BUTTON_RIGHT",
914
+ "types": [
915
+ "Hash"
916
+ ]
917
+ },
918
+ {
919
+ "type": "VARIABLE",
920
+ "name": "MOUSE_BUTTON_1",
921
+ "types": [
922
+ "Hash"
923
+ ]
924
+ },
925
+ {
926
+ "type": "VARIABLE",
927
+ "name": "MOUSE_BUTTON_2",
928
+ "types": [
929
+ "Hash"
930
+ ]
931
+ },
932
+ {
933
+ "type": "VARIABLE",
934
+ "name": "MOUSE_BUTTON_3",
935
+ "types": [
936
+ "Hash"
937
+ ]
938
+ },
939
+ {
940
+ "type": "VARIABLE",
941
+ "name": "MOUSE_BUTTON_4",
942
+ "types": [
943
+ "Hash"
944
+ ]
945
+ },
946
+ {
947
+ "type": "VARIABLE",
948
+ "name": "MOUSE_BUTTON_5",
949
+ "types": [
950
+ "Hash"
951
+ ]
952
+ },
953
+ {
954
+ "type": "VARIABLE",
955
+ "name": "MOUSE_BUTTON_6",
956
+ "types": [
957
+ "Hash"
958
+ ]
959
+ },
960
+ {
961
+ "type": "VARIABLE",
962
+ "name": "MOUSE_BUTTON_7",
963
+ "types": [
964
+ "Hash"
965
+ ]
966
+ },
967
+ {
968
+ "type": "VARIABLE",
969
+ "name": "MOUSE_BUTTON_8",
970
+ "types": [
971
+ "Hash"
972
+ ]
973
+ },
974
+ {
975
+ "type": "VARIABLE",
976
+ "name": "GAMEPAD_LSTICK_LEFT",
977
+ "types": [
978
+ "Hash"
979
+ ]
980
+ },
981
+ {
982
+ "type": "VARIABLE",
983
+ "name": "GAMEPAD_LSTICK_RIGHT",
984
+ "types": [
985
+ "Hash"
986
+ ]
987
+ },
988
+ {
989
+ "type": "VARIABLE",
990
+ "name": "GAMEPAD_LSTICK_DOWN",
991
+ "types": [
992
+ "Hash"
993
+ ]
994
+ },
995
+ {
996
+ "type": "VARIABLE",
997
+ "name": "GAMEPAD_LSTICK_UP",
998
+ "types": [
999
+ "Hash"
1000
+ ]
1001
+ },
1002
+ {
1003
+ "type": "VARIABLE",
1004
+ "name": "GAMEPAD_LSTICK_CLICK",
1005
+ "types": [
1006
+ "Hash"
1007
+ ]
1008
+ },
1009
+ {
1010
+ "type": "VARIABLE",
1011
+ "name": "GAMEPAD_LTRIGGER",
1012
+ "types": [
1013
+ "Hash"
1014
+ ]
1015
+ },
1016
+ {
1017
+ "type": "VARIABLE",
1018
+ "name": "GAMEPAD_LSHOULDER",
1019
+ "types": [
1020
+ "Hash"
1021
+ ]
1022
+ },
1023
+ {
1024
+ "type": "VARIABLE",
1025
+ "name": "GAMEPAD_LPAD_LEFT",
1026
+ "types": [
1027
+ "Hash"
1028
+ ]
1029
+ },
1030
+ {
1031
+ "type": "VARIABLE",
1032
+ "name": "GAMEPAD_LPAD_RIGHT",
1033
+ "types": [
1034
+ "Hash"
1035
+ ]
1036
+ },
1037
+ {
1038
+ "type": "VARIABLE",
1039
+ "name": "GAMEPAD_LPAD_DOWN",
1040
+ "types": [
1041
+ "Hash"
1042
+ ]
1043
+ },
1044
+ {
1045
+ "type": "VARIABLE",
1046
+ "name": "GAMEPAD_LPAD_UP",
1047
+ "types": [
1048
+ "Hash"
1049
+ ]
1050
+ },
1051
+ {
1052
+ "type": "VARIABLE",
1053
+ "name": "GAMEPAD_RSTICK_LEFT",
1054
+ "types": [
1055
+ "Hash"
1056
+ ]
1057
+ },
1058
+ {
1059
+ "type": "VARIABLE",
1060
+ "name": "GAMEPAD_RSTICK_RIGHT",
1061
+ "types": [
1062
+ "Hash"
1063
+ ]
1064
+ },
1065
+ {
1066
+ "type": "VARIABLE",
1067
+ "name": "GAMEPAD_RSTICK_DOWN",
1068
+ "types": [
1069
+ "Hash"
1070
+ ]
1071
+ },
1072
+ {
1073
+ "type": "VARIABLE",
1074
+ "name": "GAMEPAD_RSTICK_UP",
1075
+ "types": [
1076
+ "Hash"
1077
+ ]
1078
+ },
1079
+ {
1080
+ "type": "VARIABLE",
1081
+ "name": "GAMEPAD_RSTICK_CLICK",
1082
+ "types": [
1083
+ "Hash"
1084
+ ]
1085
+ },
1086
+ {
1087
+ "type": "VARIABLE",
1088
+ "name": "GAMEPAD_RTRIGGER",
1089
+ "types": [
1090
+ "Hash"
1091
+ ]
1092
+ },
1093
+ {
1094
+ "type": "VARIABLE",
1095
+ "name": "GAMEPAD_RSHOULDER",
1096
+ "types": [
1097
+ "Hash"
1098
+ ]
1099
+ },
1100
+ {
1101
+ "type": "VARIABLE",
1102
+ "name": "GAMEPAD_RPAD_LEFT",
1103
+ "types": [
1104
+ "Hash"
1105
+ ]
1106
+ },
1107
+ {
1108
+ "type": "VARIABLE",
1109
+ "name": "GAMEPAD_RPAD_RIGHT",
1110
+ "types": [
1111
+ "Hash"
1112
+ ]
1113
+ },
1114
+ {
1115
+ "type": "VARIABLE",
1116
+ "name": "GAMEPAD_RPAD_DOWN",
1117
+ "types": [
1118
+ "Hash"
1119
+ ]
1120
+ },
1121
+ {
1122
+ "type": "VARIABLE",
1123
+ "name": "GAMEPAD_RPAD_UP",
1124
+ "types": [
1125
+ "Hash"
1126
+ ]
1127
+ },
1128
+ {
1129
+ "type": "VARIABLE",
1130
+ "name": "GAMEPAD_START",
1131
+ "types": [
1132
+ "Hash"
1133
+ ]
1134
+ },
1135
+ {
1136
+ "type": "VARIABLE",
1137
+ "name": "GAMEPAD_BACK",
1138
+ "types": [
1139
+ "Hash"
1140
+ ]
1141
+ },
1142
+ {
1143
+ "type": "VARIABLE",
1144
+ "name": "GAMEPAD_GUIDE",
1145
+ "types": [
1146
+ "Hash"
1147
+ ]
1148
+ },
1149
+ {
1150
+ "type": "VARIABLE",
1151
+ "name": "GAMEPAD_CONNECTED",
1152
+ "types": [
1153
+ "Hash"
1154
+ ]
1155
+ },
1156
+ {
1157
+ "type": "VARIABLE",
1158
+ "name": "GAMEPAD_DISCONNECTED",
1159
+ "types": [
1160
+ "Hash"
1161
+ ]
1162
+ },
1163
+ {
1164
+ "type": "VARIABLE",
1165
+ "name": "TOUCH_MULTI",
1166
+ "types": [
1167
+ "Hash"
1168
+ ]
1169
+ },
1170
+ {
1171
+ "type": "VARIABLE",
1172
+ "name": "TEXT",
1173
+ "types": [
1174
+ "Hash"
1175
+ ]
1176
+ },
1177
+ {
1178
+ "type": "VARIABLE",
1179
+ "name": "MARKED_TEXT",
1180
+ "types": [
1181
+ "Hash"
1182
+ ]
1183
+ },
1184
+ {
1185
+ "type": "FUNCTION",
1186
+ "name": "is_key",
1187
+ "brief": "",
1188
+ "description": "",
1189
+ "parameters": [
1190
+ {
1191
+ "name": "action_id",
1192
+ "doc": "",
1193
+ "types": [
1194
+ "Hash"
1195
+ ],
1196
+ "is_optional": "False"
1197
+ }
1198
+ ],
1199
+ "returnvalues": [
1200
+ {
1201
+ "name": "",
1202
+ "doc": "",
1203
+ "types": [
1204
+ "boolean"
1205
+ ]
1206
+ }
1207
+ ]
1208
+ },
1209
+ {
1210
+ "type": "FUNCTION",
1211
+ "name": "is_mouse",
1212
+ "brief": "",
1213
+ "description": "",
1214
+ "parameters": [
1215
+ {
1216
+ "name": "action_id",
1217
+ "doc": "",
1218
+ "types": [
1219
+ "Hash"
1220
+ ],
1221
+ "is_optional": "False"
1222
+ }
1223
+ ],
1224
+ "returnvalues": [
1225
+ {
1226
+ "name": "",
1227
+ "doc": "",
1228
+ "types": [
1229
+ "boolean"
1230
+ ]
1231
+ }
1232
+ ]
1233
+ },
1234
+ {
1235
+ "type": "FUNCTION",
1236
+ "name": "is_gamepad",
1237
+ "brief": "",
1238
+ "description": "",
1239
+ "parameters": [
1240
+ {
1241
+ "name": "action_id",
1242
+ "doc": "",
1243
+ "types": [
1244
+ "Hash"
1245
+ ],
1246
+ "is_optional": "False"
1247
+ }
1248
+ ],
1249
+ "returnvalues": [
1250
+ {
1251
+ "name": "",
1252
+ "doc": "",
1253
+ "types": [
1254
+ "boolean"
1255
+ ]
1256
+ }
1257
+ ]
1258
+ }
1259
+ ]
1260
+ }