incanto 0.69.0 → 0.71.0

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 (147) hide show
  1. package/bin/_behaviors-loader.mjs +22 -0
  2. package/bin/_read-json.mjs +28 -0
  3. package/bin/incanto-assets.mjs +5 -4
  4. package/bin/incanto-check.mjs +58 -31
  5. package/bin/incanto-editor.mjs +128 -5
  6. package/bin/incanto-env.mjs +3 -2
  7. package/bin/incanto-feel.mjs +24 -13
  8. package/bin/incanto-frame.mjs +8 -1
  9. package/bin/incanto-multiplay.mjs +11 -9
  10. package/bin/incanto-new.mjs +105 -10
  11. package/bin/incanto-play.mjs +158 -16
  12. package/bin/incanto-playtest.mjs +66 -23
  13. package/bin/incanto-skills.mjs +14 -2
  14. package/bin/incanto-verify.mjs +121 -102
  15. package/bin/incanto.mjs +3 -2
  16. package/dist/2d.d.ts +296 -34
  17. package/dist/2d.js +4 -4
  18. package/dist/3d.d.ts +157 -9
  19. package/dist/3d.js +8 -8
  20. package/dist/{agent8-CvsfVskX.js → agent8-Cfmd3ar_.js} +61 -8
  21. package/dist/{audio-player-C0j2k-yB.d.ts → audio-player-L8yccdMP.d.ts} +2 -2
  22. package/dist/{behavior-rm8vVzu_.d.ts → behavior-Dcz0fr1S.d.ts} +755 -46
  23. package/dist/{create-game-CwxEDlCm.js → create-game-CH4kt78v.js} +143 -60
  24. package/dist/{create-game-CvJ1wSRP.js → create-game-LCHBLfA4.js} +98 -48
  25. package/dist/debug.d.ts +1 -1
  26. package/dist/debug.js +2 -3
  27. package/dist/diagnostics-Cu85N3tL.d.ts +12 -0
  28. package/dist/{editor-switch-CnIOiyNJ.d.ts → editor-switch-CFU9mCec.d.ts} +22 -13
  29. package/dist/editor.js +1088 -882
  30. package/dist/env.d.ts +1 -1
  31. package/dist/env.js +5 -3
  32. package/dist/{environment-presets-BO-7XoFV.js → environment-presets-99BzP_L-.js} +298 -45
  33. package/dist/{frame-report-Dlq13Gyj.js → frame-report-D-_7YF2G.js} +1 -1
  34. package/dist/{gameplay-D1KixWK8.js → gameplay-CNULJvwh.js} +914 -214
  35. package/dist/gameplay.d.ts +254 -10
  36. package/dist/gameplay.js +2 -2
  37. package/dist/{heightmap-CRK0M4jT.js → heightmap-BYgD5Edk.js} +1 -1
  38. package/dist/index.d.ts +179 -13
  39. package/dist/index.js +10 -12
  40. package/dist/json-CfTjpvW8.js +67 -0
  41. package/dist/{loader-DadV2QCT.d.ts → loader-8-IHvbKD.d.ts} +2 -2
  42. package/dist/net.d.ts +27 -3
  43. package/dist/net.js +2 -2
  44. package/dist/{noise-CGUMx44x.js → noise-D3nPpmFg.js} +1 -1
  45. package/dist/{physics-2d-CF5yyjbj.js → physics-2d-FhrXUc6B.js} +136 -11
  46. package/dist/{physics-3d-DbYaEcZy.js → physics-3d-CFEGxBXZ.js} +104 -23
  47. package/dist/{teardown-CMqFVxO9.js → picking-DVo7fI13.js} +104 -13
  48. package/dist/react.d.ts +2 -2
  49. package/dist/react.js +2 -2
  50. package/dist/{register-DbVArsns.js → register-BYQCBySi.js} +429 -28
  51. package/dist/{register-mmfugpaQ.js → register-DuVdzxbq.js} +594 -831
  52. package/dist/{replay-BEHLDcQV.js → replay-DEvp3kyV.js} +224 -14
  53. package/dist/{replay-BQfkX4x7.d.ts → replay-F7IZHdFR.d.ts} +20 -3
  54. package/dist/{schema-B6ugCV1Q.d.ts → rng-Bb-IutXB.d.ts} +38 -21
  55. package/dist/{rng-DP-SR7eg.js → rng-CDOMybym.js} +22 -0
  56. package/dist/{loader-DZE7B07H.js → save-slots-Bvuh2p_r.js} +4619 -2318
  57. package/dist/{split-screen-Cg76MCV5.d.ts → split-screen-CIYf1zSf.d.ts} +36 -4
  58. package/dist/{split-screen-CauMwu6y.js → split-screen-eULetcg-.js} +159 -26
  59. package/dist/{sprite-animation-CY-mrr1L.js → sprite-animation-CqR2o3SA.js} +39 -8
  60. package/dist/{src-CYEu-_S9.js → src-_jk0qLsS.js} +2 -17
  61. package/dist/test-CmN54kWv.js +4264 -0
  62. package/dist/test.d.ts +639 -30
  63. package/dist/test.js +3 -3
  64. package/dist/touch-BnCyPA0G.js +519 -0
  65. package/dist/vite.d.ts +20 -37
  66. package/dist/vite.js +177 -7
  67. package/dist/{webgl-unavailable-Z5_g8x9H.js → webgl-unavailable-C8aDbGmR.js} +44 -0
  68. package/editor/assets/agent8-yLIEYHbd.js +1 -0
  69. package/editor/assets/{debug-CMULinBW.js → debug-u31w_yhq.js} +2 -2
  70. package/editor/assets/index-DK9xMGpW.js +11046 -0
  71. package/editor/index.html +1 -1
  72. package/package.json +4 -14
  73. package/schemas/scene.schema.json +34 -3
  74. package/skills/incanto-3d-character.md +14 -1
  75. package/skills/incanto-3d-models.md +12 -0
  76. package/skills/incanto-assets.md +9 -1
  77. package/skills/incanto-audio.md +8 -2
  78. package/skills/incanto-behaviors-and-scripts.md +105 -7
  79. package/skills/incanto-building-2d-games.md +97 -10
  80. package/skills/incanto-building-3d-games.md +58 -4
  81. package/skills/incanto-editor.md +46 -7
  82. package/skills/incanto-environment.md +19 -1
  83. package/skills/incanto-game-feel.md +70 -0
  84. package/skills/incanto-gameplay-behaviors.md +172 -20
  85. package/skills/incanto-hud.md +142 -7
  86. package/skills/incanto-localization.md +13 -5
  87. package/skills/incanto-multiplayer.md +83 -3
  88. package/skills/incanto-node-reference.md +239 -59
  89. package/skills/incanto-performance.md +52 -0
  90. package/skills/incanto-physics-and-input.md +123 -24
  91. package/skills/incanto-playtesting.md +112 -2
  92. package/skills/incanto-save-slots.md +217 -7
  93. package/skills/incanto-scene-json-authoring.md +69 -12
  94. package/skills/incanto-verifying-your-game.md +207 -10
  95. package/skills/incanto-web-integration.md +28 -0
  96. package/skills/incanto-your-first-game.md +3 -1
  97. package/templates-app/beacon-isle-3d/generate-world.ts +77 -9
  98. package/templates-app/beacon-isle-3d/package.json +2 -2
  99. package/templates-app/beacon-isle-3d/src/behaviors.ts +22 -0
  100. package/templates-app/beacon-isle-3d/src/game.scene.json +143 -600
  101. package/templates-app/beacon-isle-3d/src/main.ts +11 -1
  102. package/templates-app/beacon-isle-3d/tsconfig.json +1 -1
  103. package/templates-app/beacon-isle-3d/verify.ts +3 -1
  104. package/templates-app/molehill-2d/.incanto/playtest/lost-seed1.json +4277 -0
  105. package/templates-app/molehill-2d/PROJECT/Context.md +58 -0
  106. package/templates-app/molehill-2d/PROJECT/Requirements.md +39 -0
  107. package/templates-app/molehill-2d/PROJECT/Status.md +27 -0
  108. package/templates-app/molehill-2d/PROJECT/Structure.md +48 -0
  109. package/templates-app/molehill-2d/docs/project-2d-rules.md +44 -0
  110. package/templates-app/molehill-2d/index.html +73 -0
  111. package/templates-app/molehill-2d/package.json +23 -0
  112. package/templates-app/molehill-2d/src/behaviors.ts +198 -0
  113. package/templates-app/molehill-2d/src/game.scene.json +1205 -0
  114. package/templates-app/molehill-2d/src/main.ts +41 -0
  115. package/templates-app/molehill-2d/tsconfig.json +13 -0
  116. package/templates-app/molehill-2d/verify.ts +247 -0
  117. package/templates-app/molehill-2d/vite.config.ts +12 -0
  118. package/templates-app/platformer-2d/package.json +2 -2
  119. package/templates-app/platformer-2d/src/game.scene.json +178 -986
  120. package/templates-app/platformer-2d/src/main.ts +11 -1
  121. package/templates-app/platformer-2d/tsconfig.json +1 -1
  122. package/templates-app/star-survivor/package.json +2 -2
  123. package/templates-app/star-survivor/src/game.scene.json +43 -216
  124. package/templates-app/star-survivor/src/main.ts +11 -1
  125. package/templates-app/star-survivor/tsconfig.json +1 -1
  126. package/templates-app/tps-3d/PROJECT/Context.md +1 -1
  127. package/templates-app/tps-3d/package.json +2 -2
  128. package/templates-app/tps-3d/src/behaviors.ts +19 -1
  129. package/templates-app/tps-3d/src/game.scene.json +66 -263
  130. package/templates-app/tps-3d/src/main.ts +13 -2
  131. package/templates-app/tps-3d/tsconfig.json +1 -1
  132. package/templates-app/village-quest-3d/.incanto/playtest/swapped-seed1.json +1735 -0
  133. package/templates-app/village-quest-3d/package.json +2 -2
  134. package/templates-app/village-quest-3d/src/behaviors.ts +42 -4
  135. package/templates-app/village-quest-3d/src/grove.scene.json +68 -306
  136. package/templates-app/village-quest-3d/src/main.ts +11 -1
  137. package/templates-app/village-quest-3d/src/village.scene.json +202 -863
  138. package/templates-app/village-quest-3d/tsconfig.json +1 -1
  139. package/templates-app/village-quest-3d/verify.ts +14 -1
  140. package/dist/duplicate-Dj4L-5AA.js +0 -22
  141. package/dist/json-CwwhxQgb.js +0 -36
  142. package/dist/registry-CF70EArN.js +0 -212
  143. package/dist/rolldown-runtime-D7D4PA-g.js +0 -13
  144. package/dist/test-D6ISmuFE.js +0 -2383
  145. package/dist/touch-DEAmqGdf.js +0 -225
  146. package/editor/assets/agent8-BDvaZMQJ.js +0 -1
  147. package/editor/assets/index-CZIRr5EL.js +0 -10958
@@ -0,0 +1,4277 @@
1
+ {
2
+ "replay": 1,
3
+ "ticks": [
4
+ null,
5
+ null,
6
+ null,
7
+ null,
8
+ null,
9
+ null,
10
+ null,
11
+ null,
12
+ null,
13
+ null,
14
+ null,
15
+ null,
16
+ null,
17
+ null,
18
+ null,
19
+ null,
20
+ null,
21
+ null,
22
+ null,
23
+ null,
24
+ null,
25
+ null,
26
+ null,
27
+ null,
28
+ null,
29
+ null,
30
+ null,
31
+ null,
32
+ null,
33
+ null,
34
+ null,
35
+ null,
36
+ null,
37
+ null,
38
+ null,
39
+ null,
40
+ null,
41
+ null,
42
+ null,
43
+ null,
44
+ null,
45
+ null,
46
+ null,
47
+ null,
48
+ null,
49
+ null,
50
+ null,
51
+ null,
52
+ null,
53
+ null,
54
+ null,
55
+ null,
56
+ null,
57
+ null,
58
+ null,
59
+ null,
60
+ null,
61
+ null,
62
+ null,
63
+ null,
64
+ null,
65
+ null,
66
+ null,
67
+ null,
68
+ null,
69
+ null,
70
+ null,
71
+ null,
72
+ null,
73
+ null,
74
+ null,
75
+ null,
76
+ null,
77
+ null,
78
+ null,
79
+ null,
80
+ null,
81
+ null,
82
+ null,
83
+ null,
84
+ null,
85
+ null,
86
+ null,
87
+ null,
88
+ null,
89
+ null,
90
+ null,
91
+ null,
92
+ null,
93
+ null,
94
+ null,
95
+ null,
96
+ null,
97
+ null,
98
+ null,
99
+ null,
100
+ null,
101
+ null,
102
+ null,
103
+ null,
104
+ null,
105
+ null,
106
+ null,
107
+ null,
108
+ null,
109
+ null,
110
+ null,
111
+ null,
112
+ null,
113
+ null,
114
+ null,
115
+ null,
116
+ null,
117
+ null,
118
+ null,
119
+ null,
120
+ null,
121
+ null,
122
+ null,
123
+ null,
124
+ null,
125
+ null,
126
+ null,
127
+ null,
128
+ null,
129
+ null,
130
+ null,
131
+ null,
132
+ null,
133
+ null,
134
+ null,
135
+ null,
136
+ null,
137
+ null,
138
+ null,
139
+ null,
140
+ null,
141
+ null,
142
+ null,
143
+ null,
144
+ null,
145
+ null,
146
+ null,
147
+ null,
148
+ null,
149
+ null,
150
+ null,
151
+ null,
152
+ null,
153
+ null,
154
+ null,
155
+ null,
156
+ null,
157
+ null,
158
+ null,
159
+ null,
160
+ null,
161
+ null,
162
+ null,
163
+ null,
164
+ null,
165
+ null,
166
+ null,
167
+ null,
168
+ null,
169
+ null,
170
+ null,
171
+ null,
172
+ null,
173
+ null,
174
+ null,
175
+ null,
176
+ null,
177
+ null,
178
+ null,
179
+ null,
180
+ null,
181
+ null,
182
+ null,
183
+ null,
184
+ null,
185
+ null,
186
+ null,
187
+ null,
188
+ null,
189
+ null,
190
+ null,
191
+ null,
192
+ null,
193
+ null,
194
+ null,
195
+ null,
196
+ null,
197
+ null,
198
+ null,
199
+ null,
200
+ null,
201
+ null,
202
+ null,
203
+ null,
204
+ null,
205
+ null,
206
+ null,
207
+ null,
208
+ null,
209
+ null,
210
+ null,
211
+ null,
212
+ null,
213
+ null,
214
+ null,
215
+ null,
216
+ null,
217
+ null,
218
+ null,
219
+ null,
220
+ null,
221
+ null,
222
+ null,
223
+ null,
224
+ null,
225
+ null,
226
+ null,
227
+ null,
228
+ null,
229
+ null,
230
+ null,
231
+ null,
232
+ null,
233
+ null,
234
+ null,
235
+ null,
236
+ null,
237
+ null,
238
+ null,
239
+ null,
240
+ null,
241
+ null,
242
+ null,
243
+ null,
244
+ null,
245
+ null,
246
+ null,
247
+ null,
248
+ null,
249
+ null,
250
+ null,
251
+ null,
252
+ null,
253
+ null,
254
+ null,
255
+ null,
256
+ null,
257
+ null,
258
+ null,
259
+ null,
260
+ null,
261
+ null,
262
+ null,
263
+ null,
264
+ null,
265
+ null,
266
+ null,
267
+ null,
268
+ null,
269
+ null,
270
+ null,
271
+ null,
272
+ null,
273
+ null,
274
+ null,
275
+ null,
276
+ null,
277
+ null,
278
+ null,
279
+ null,
280
+ null,
281
+ null,
282
+ null,
283
+ null,
284
+ null,
285
+ null,
286
+ null,
287
+ null,
288
+ null,
289
+ null,
290
+ null,
291
+ null,
292
+ null,
293
+ null,
294
+ null,
295
+ null,
296
+ null,
297
+ null,
298
+ null,
299
+ null,
300
+ null,
301
+ null,
302
+ null,
303
+ null,
304
+ null,
305
+ null,
306
+ null,
307
+ null,
308
+ null,
309
+ null,
310
+ null,
311
+ null,
312
+ null,
313
+ null,
314
+ null,
315
+ null,
316
+ null,
317
+ null,
318
+ null,
319
+ null,
320
+ null,
321
+ null,
322
+ null,
323
+ null,
324
+ null,
325
+ null,
326
+ null,
327
+ null,
328
+ null,
329
+ null,
330
+ null,
331
+ null,
332
+ null,
333
+ null,
334
+ null,
335
+ null,
336
+ null,
337
+ null,
338
+ null,
339
+ null,
340
+ null,
341
+ null,
342
+ null,
343
+ null,
344
+ null,
345
+ null,
346
+ null,
347
+ null,
348
+ null,
349
+ null,
350
+ null,
351
+ null,
352
+ null,
353
+ null,
354
+ null,
355
+ null,
356
+ null,
357
+ null,
358
+ null,
359
+ null,
360
+ null,
361
+ null,
362
+ null,
363
+ null,
364
+ null,
365
+ null,
366
+ null,
367
+ null,
368
+ null,
369
+ null,
370
+ null,
371
+ null,
372
+ null,
373
+ null,
374
+ null,
375
+ null,
376
+ null,
377
+ null,
378
+ null,
379
+ null,
380
+ null,
381
+ null,
382
+ null,
383
+ null,
384
+ null,
385
+ null,
386
+ null,
387
+ null,
388
+ null,
389
+ null,
390
+ null,
391
+ null,
392
+ null,
393
+ null,
394
+ null,
395
+ null,
396
+ null,
397
+ null,
398
+ null,
399
+ null,
400
+ null,
401
+ null,
402
+ null,
403
+ null,
404
+ null,
405
+ null,
406
+ null,
407
+ null,
408
+ null,
409
+ null,
410
+ null,
411
+ null,
412
+ null,
413
+ null,
414
+ null,
415
+ null,
416
+ null,
417
+ null,
418
+ null,
419
+ null,
420
+ null,
421
+ null,
422
+ null,
423
+ null,
424
+ null,
425
+ null,
426
+ null,
427
+ null,
428
+ null,
429
+ null,
430
+ null,
431
+ null,
432
+ null,
433
+ null,
434
+ null,
435
+ null,
436
+ null,
437
+ null,
438
+ null,
439
+ null,
440
+ null,
441
+ null,
442
+ null,
443
+ null,
444
+ null,
445
+ null,
446
+ null,
447
+ null,
448
+ null,
449
+ null,
450
+ null,
451
+ null,
452
+ null,
453
+ null,
454
+ null,
455
+ null,
456
+ null,
457
+ null,
458
+ null,
459
+ null,
460
+ null,
461
+ null,
462
+ null,
463
+ null,
464
+ null,
465
+ null,
466
+ null,
467
+ null,
468
+ null,
469
+ null,
470
+ null,
471
+ null,
472
+ null,
473
+ null,
474
+ null,
475
+ null,
476
+ null,
477
+ null,
478
+ null,
479
+ null,
480
+ null,
481
+ null,
482
+ null
483
+ ],
484
+ "events": [
485
+ [
486
+ 0,
487
+ "setPointerPosition",
488
+ 1,
489
+ 1
490
+ ],
491
+ [
492
+ 0,
493
+ "handleMouseButton",
494
+ 0,
495
+ true
496
+ ],
497
+ [
498
+ 0,
499
+ "handleKey",
500
+ "Mouse0",
501
+ true
502
+ ],
503
+ [
504
+ 1,
505
+ "setPointerPosition",
506
+ 1,
507
+ 1
508
+ ],
509
+ [
510
+ 1,
511
+ "handleMouseButton",
512
+ 0,
513
+ false
514
+ ],
515
+ [
516
+ 1,
517
+ "handleKey",
518
+ "Mouse0",
519
+ false
520
+ ],
521
+ [
522
+ 2,
523
+ "setPointerPosition",
524
+ 1,
525
+ 1
526
+ ],
527
+ [
528
+ 2,
529
+ "setPointerPosition",
530
+ 444.90551847964525,
531
+ 81.30128620192409
532
+ ],
533
+ [
534
+ 2,
535
+ "handleMouseButton",
536
+ 0,
537
+ true
538
+ ],
539
+ [
540
+ 2,
541
+ "handleKey",
542
+ "Mouse0",
543
+ true
544
+ ],
545
+ [
546
+ 3,
547
+ "setPointerPosition",
548
+ 1,
549
+ 1
550
+ ],
551
+ [
552
+ 3,
553
+ "setPointerPosition",
554
+ 414.2436263523996,
555
+ 131.40679024159908
556
+ ],
557
+ [
558
+ 4,
559
+ "setPointerPosition",
560
+ 1,
561
+ 1
562
+ ],
563
+ [
564
+ 4,
565
+ "setPointerPosition",
566
+ 383.5817342251539,
567
+ 181.51229428127408
568
+ ],
569
+ [
570
+ 5,
571
+ "setPointerPosition",
572
+ 1,
573
+ 1
574
+ ],
575
+ [
576
+ 5,
577
+ "setPointerPosition",
578
+ 352.91984209790826,
579
+ 231.61779832094908
580
+ ],
581
+ [
582
+ 6,
583
+ "setPointerPosition",
584
+ 1,
585
+ 1
586
+ ],
587
+ [
588
+ 6,
589
+ "setPointerPosition",
590
+ 322.2579499706626,
591
+ 281.7233023606241
592
+ ],
593
+ [
594
+ 7,
595
+ "setPointerPosition",
596
+ 1,
597
+ 1
598
+ ],
599
+ [
600
+ 7,
601
+ "setPointerPosition",
602
+ 291.59605784341693,
603
+ 331.8288064002991
604
+ ],
605
+ [
606
+ 8,
607
+ "setPointerPosition",
608
+ 1,
609
+ 1
610
+ ],
611
+ [
612
+ 8,
613
+ "setPointerPosition",
614
+ 260.93416571617126,
615
+ 381.93431043997407
616
+ ],
617
+ [
618
+ 8,
619
+ "handleMouseButton",
620
+ 0,
621
+ false
622
+ ],
623
+ [
624
+ 8,
625
+ "handleKey",
626
+ "Mouse0",
627
+ false
628
+ ],
629
+ [
630
+ 9,
631
+ "setPointerPosition",
632
+ 1,
633
+ 1
634
+ ],
635
+ [
636
+ 10,
637
+ "setPointerPosition",
638
+ 1,
639
+ 1
640
+ ],
641
+ [
642
+ 11,
643
+ "setPointerPosition",
644
+ 1,
645
+ 1
646
+ ],
647
+ [
648
+ 12,
649
+ "setPointerPosition",
650
+ 1,
651
+ 1
652
+ ],
653
+ [
654
+ 13,
655
+ "setPointerPosition",
656
+ 1,
657
+ 1
658
+ ],
659
+ [
660
+ 14,
661
+ "setPointerPosition",
662
+ 1,
663
+ 1
664
+ ],
665
+ [
666
+ 15,
667
+ "setPointerPosition",
668
+ 1,
669
+ 1
670
+ ],
671
+ [
672
+ 16,
673
+ "setPointerPosition",
674
+ 1,
675
+ 1
676
+ ],
677
+ [
678
+ 17,
679
+ "setPointerPosition",
680
+ 1,
681
+ 1
682
+ ],
683
+ [
684
+ 18,
685
+ "setPointerPosition",
686
+ 1,
687
+ 1
688
+ ],
689
+ [
690
+ 19,
691
+ "setPointerPosition",
692
+ 1,
693
+ 1
694
+ ],
695
+ [
696
+ 20,
697
+ "setPointerPosition",
698
+ 1,
699
+ 1
700
+ ],
701
+ [
702
+ 21,
703
+ "setPointerPosition",
704
+ 1,
705
+ 1
706
+ ],
707
+ [
708
+ 22,
709
+ "setPointerPosition",
710
+ 1,
711
+ 1
712
+ ],
713
+ [
714
+ 23,
715
+ "setPointerPosition",
716
+ 1,
717
+ 1
718
+ ],
719
+ [
720
+ 24,
721
+ "setPointerPosition",
722
+ 1,
723
+ 1
724
+ ],
725
+ [
726
+ 25,
727
+ "setPointerPosition",
728
+ 1,
729
+ 1
730
+ ],
731
+ [
732
+ 26,
733
+ "setPointerPosition",
734
+ 1,
735
+ 1
736
+ ],
737
+ [
738
+ 27,
739
+ "setPointerPosition",
740
+ 1,
741
+ 1
742
+ ],
743
+ [
744
+ 28,
745
+ "setPointerPosition",
746
+ 1,
747
+ 1
748
+ ],
749
+ [
750
+ 29,
751
+ "setPointerPosition",
752
+ 1,
753
+ 1
754
+ ],
755
+ [
756
+ 30,
757
+ "setPointerPosition",
758
+ 1,
759
+ 1
760
+ ],
761
+ [
762
+ 31,
763
+ "setPointerPosition",
764
+ 1,
765
+ 1
766
+ ],
767
+ [
768
+ 31,
769
+ "handleMouseButton",
770
+ 0,
771
+ true
772
+ ],
773
+ [
774
+ 31,
775
+ "handleKey",
776
+ "Mouse0",
777
+ true
778
+ ],
779
+ [
780
+ 32,
781
+ "setPointerPosition",
782
+ 1,
783
+ 1
784
+ ],
785
+ [
786
+ 32,
787
+ "handleMouseButton",
788
+ 0,
789
+ false
790
+ ],
791
+ [
792
+ 32,
793
+ "handleKey",
794
+ "Mouse0",
795
+ false
796
+ ],
797
+ [
798
+ 33,
799
+ "setPointerPosition",
800
+ 1,
801
+ 1
802
+ ],
803
+ [
804
+ 34,
805
+ "setPointerPosition",
806
+ 1,
807
+ 1
808
+ ],
809
+ [
810
+ 35,
811
+ "setPointerPosition",
812
+ 1,
813
+ 1
814
+ ],
815
+ [
816
+ 36,
817
+ "setPointerPosition",
818
+ 1,
819
+ 1
820
+ ],
821
+ [
822
+ 37,
823
+ "setPointerPosition",
824
+ 1,
825
+ 1
826
+ ],
827
+ [
828
+ 38,
829
+ "setPointerPosition",
830
+ 1,
831
+ 1
832
+ ],
833
+ [
834
+ 39,
835
+ "setPointerPosition",
836
+ 1,
837
+ 1
838
+ ],
839
+ [
840
+ 40,
841
+ "setPointerPosition",
842
+ 1,
843
+ 1
844
+ ],
845
+ [
846
+ 41,
847
+ "setPointerPosition",
848
+ 1,
849
+ 1
850
+ ],
851
+ [
852
+ 41,
853
+ "setPointerPosition",
854
+ 140.9934577345848,
855
+ 77.63505132868886
856
+ ],
857
+ [
858
+ 41,
859
+ "handleMouseButton",
860
+ 0,
861
+ true
862
+ ],
863
+ [
864
+ 41,
865
+ "handleKey",
866
+ "Mouse0",
867
+ true
868
+ ],
869
+ [
870
+ 42,
871
+ "setPointerPosition",
872
+ 1,
873
+ 1
874
+ ],
875
+ [
876
+ 42,
877
+ "setPointerPosition",
878
+ 136.15139415487647,
879
+ 140.59529322509962
880
+ ],
881
+ [
882
+ 43,
883
+ "setPointerPosition",
884
+ 1,
885
+ 1
886
+ ],
887
+ [
888
+ 43,
889
+ "setPointerPosition",
890
+ 131.30933057516813,
891
+ 203.55553512151045
892
+ ],
893
+ [
894
+ 44,
895
+ "setPointerPosition",
896
+ 1,
897
+ 1
898
+ ],
899
+ [
900
+ 44,
901
+ "setPointerPosition",
902
+ 126.4672669954598,
903
+ 266.5157770179212
904
+ ],
905
+ [
906
+ 45,
907
+ "setPointerPosition",
908
+ 1,
909
+ 1
910
+ ],
911
+ [
912
+ 45,
913
+ "setPointerPosition",
914
+ 121.62520341575146,
915
+ 329.47601891433203
916
+ ],
917
+ [
918
+ 46,
919
+ "setPointerPosition",
920
+ 1,
921
+ 1
922
+ ],
923
+ [
924
+ 46,
925
+ "setPointerPosition",
926
+ 116.78313983604312,
927
+ 392.4362608107428
928
+ ],
929
+ [
930
+ 47,
931
+ "setPointerPosition",
932
+ 1,
933
+ 1
934
+ ],
935
+ [
936
+ 47,
937
+ "setPointerPosition",
938
+ 111.94107625633478,
939
+ 455.39650270715356
940
+ ],
941
+ [
942
+ 47,
943
+ "handleMouseButton",
944
+ 0,
945
+ false
946
+ ],
947
+ [
948
+ 47,
949
+ "handleKey",
950
+ "Mouse0",
951
+ false
952
+ ],
953
+ [
954
+ 48,
955
+ "setPointerPosition",
956
+ 1,
957
+ 1
958
+ ],
959
+ [
960
+ 49,
961
+ "setPointerPosition",
962
+ 1,
963
+ 1
964
+ ],
965
+ [
966
+ 50,
967
+ "setPointerPosition",
968
+ 1,
969
+ 1
970
+ ],
971
+ [
972
+ 51,
973
+ "setPointerPosition",
974
+ 1,
975
+ 1
976
+ ],
977
+ [
978
+ 52,
979
+ "setPointerPosition",
980
+ 1,
981
+ 1
982
+ ],
983
+ [
984
+ 53,
985
+ "setPointerPosition",
986
+ 1,
987
+ 1
988
+ ],
989
+ [
990
+ 54,
991
+ "setPointerPosition",
992
+ 1,
993
+ 1
994
+ ],
995
+ [
996
+ 55,
997
+ "setPointerPosition",
998
+ 1,
999
+ 1
1000
+ ],
1001
+ [
1002
+ 56,
1003
+ "setPointerPosition",
1004
+ 1,
1005
+ 1
1006
+ ],
1007
+ [
1008
+ 57,
1009
+ "setPointerPosition",
1010
+ 1,
1011
+ 1
1012
+ ],
1013
+ [
1014
+ 58,
1015
+ "setPointerPosition",
1016
+ 1,
1017
+ 1
1018
+ ],
1019
+ [
1020
+ 59,
1021
+ "setPointerPosition",
1022
+ 1,
1023
+ 1
1024
+ ],
1025
+ [
1026
+ 60,
1027
+ "setPointerPosition",
1028
+ 1,
1029
+ 1
1030
+ ],
1031
+ [
1032
+ 61,
1033
+ "setPointerPosition",
1034
+ 1,
1035
+ 1
1036
+ ],
1037
+ [
1038
+ 62,
1039
+ "setPointerPosition",
1040
+ 1,
1041
+ 1
1042
+ ],
1043
+ [
1044
+ 63,
1045
+ "setPointerPosition",
1046
+ 1,
1047
+ 1
1048
+ ],
1049
+ [
1050
+ 64,
1051
+ "setPointerPosition",
1052
+ 1,
1053
+ 1
1054
+ ],
1055
+ [
1056
+ 65,
1057
+ "setPointerPosition",
1058
+ 1,
1059
+ 1
1060
+ ],
1061
+ [
1062
+ 66,
1063
+ "setPointerPosition",
1064
+ 1,
1065
+ 1
1066
+ ],
1067
+ [
1068
+ 67,
1069
+ "setPointerPosition",
1070
+ 1,
1071
+ 1
1072
+ ],
1073
+ [
1074
+ 68,
1075
+ "setPointerPosition",
1076
+ 1,
1077
+ 1
1078
+ ],
1079
+ [
1080
+ 69,
1081
+ "setPointerPosition",
1082
+ 1,
1083
+ 1
1084
+ ],
1085
+ [
1086
+ 70,
1087
+ "setPointerPosition",
1088
+ 1,
1089
+ 1
1090
+ ],
1091
+ [
1092
+ 71,
1093
+ "setPointerPosition",
1094
+ 1,
1095
+ 1
1096
+ ],
1097
+ [
1098
+ 72,
1099
+ "setPointerPosition",
1100
+ 1,
1101
+ 1
1102
+ ],
1103
+ [
1104
+ 72,
1105
+ "handleMouseButton",
1106
+ 0,
1107
+ true
1108
+ ],
1109
+ [
1110
+ 72,
1111
+ "handleKey",
1112
+ "Mouse0",
1113
+ true
1114
+ ],
1115
+ [
1116
+ 73,
1117
+ "setPointerPosition",
1118
+ 1,
1119
+ 1
1120
+ ],
1121
+ [
1122
+ 73,
1123
+ "handleMouseButton",
1124
+ 0,
1125
+ false
1126
+ ],
1127
+ [
1128
+ 73,
1129
+ "handleKey",
1130
+ "Mouse0",
1131
+ false
1132
+ ],
1133
+ [
1134
+ 74,
1135
+ "setPointerPosition",
1136
+ 1,
1137
+ 1
1138
+ ],
1139
+ [
1140
+ 75,
1141
+ "setPointerPosition",
1142
+ 1,
1143
+ 1
1144
+ ],
1145
+ [
1146
+ 76,
1147
+ "setPointerPosition",
1148
+ 1,
1149
+ 1
1150
+ ],
1151
+ [
1152
+ 77,
1153
+ "setPointerPosition",
1154
+ 1,
1155
+ 1
1156
+ ],
1157
+ [
1158
+ 78,
1159
+ "setPointerPosition",
1160
+ 1,
1161
+ 1
1162
+ ],
1163
+ [
1164
+ 79,
1165
+ "setPointerPosition",
1166
+ 1,
1167
+ 1
1168
+ ],
1169
+ [
1170
+ 80,
1171
+ "setPointerPosition",
1172
+ 1,
1173
+ 1
1174
+ ],
1175
+ [
1176
+ 81,
1177
+ "setPointerPosition",
1178
+ 1,
1179
+ 1
1180
+ ],
1181
+ [
1182
+ 82,
1183
+ "setPointerPosition",
1184
+ 1,
1185
+ 1
1186
+ ],
1187
+ [
1188
+ 83,
1189
+ "setPointerPosition",
1190
+ 1,
1191
+ 1
1192
+ ],
1193
+ [
1194
+ 84,
1195
+ "setPointerPosition",
1196
+ 1,
1197
+ 1
1198
+ ],
1199
+ [
1200
+ 85,
1201
+ "setPointerPosition",
1202
+ 1,
1203
+ 1
1204
+ ],
1205
+ [
1206
+ 86,
1207
+ "setPointerPosition",
1208
+ 1,
1209
+ 1
1210
+ ],
1211
+ [
1212
+ 87,
1213
+ "setPointerPosition",
1214
+ 1,
1215
+ 1
1216
+ ],
1217
+ [
1218
+ 87,
1219
+ "setPointerPosition",
1220
+ 128.29836063086987,
1221
+ 17.281410843133926
1222
+ ],
1223
+ [
1224
+ 87,
1225
+ "handleMouseButton",
1226
+ 0,
1227
+ true
1228
+ ],
1229
+ [
1230
+ 87,
1231
+ "handleKey",
1232
+ "Mouse0",
1233
+ true
1234
+ ],
1235
+ [
1236
+ 88,
1237
+ "setPointerPosition",
1238
+ 1,
1239
+ 1
1240
+ ],
1241
+ [
1242
+ 88,
1243
+ "setPointerPosition",
1244
+ 178.39001468382776,
1245
+ 97.73958437455195
1246
+ ],
1247
+ [
1248
+ 89,
1249
+ "setPointerPosition",
1250
+ 1,
1251
+ 1
1252
+ ],
1253
+ [
1254
+ 89,
1255
+ "setPointerPosition",
1256
+ 228.48166873678565,
1257
+ 178.19775790597004
1258
+ ],
1259
+ [
1260
+ 90,
1261
+ "setPointerPosition",
1262
+ 1,
1263
+ 1
1264
+ ],
1265
+ [
1266
+ 90,
1267
+ "setPointerPosition",
1268
+ 278.57332278974354,
1269
+ 258.65593143738806
1270
+ ],
1271
+ [
1272
+ 91,
1273
+ "setPointerPosition",
1274
+ 1,
1275
+ 1
1276
+ ],
1277
+ [
1278
+ 91,
1279
+ "setPointerPosition",
1280
+ 328.66497684270144,
1281
+ 339.11410496880615
1282
+ ],
1283
+ [
1284
+ 92,
1285
+ "setPointerPosition",
1286
+ 1,
1287
+ 1
1288
+ ],
1289
+ [
1290
+ 92,
1291
+ "setPointerPosition",
1292
+ 378.7566308956593,
1293
+ 419.5722785002242
1294
+ ],
1295
+ [
1296
+ 93,
1297
+ "setPointerPosition",
1298
+ 1,
1299
+ 1
1300
+ ],
1301
+ [
1302
+ 93,
1303
+ "setPointerPosition",
1304
+ 428.8482849486172,
1305
+ 500.0304520316422
1306
+ ],
1307
+ [
1308
+ 93,
1309
+ "handleMouseButton",
1310
+ 0,
1311
+ false
1312
+ ],
1313
+ [
1314
+ 93,
1315
+ "handleKey",
1316
+ "Mouse0",
1317
+ false
1318
+ ],
1319
+ [
1320
+ 94,
1321
+ "setPointerPosition",
1322
+ 1,
1323
+ 1
1324
+ ],
1325
+ [
1326
+ 95,
1327
+ "setPointerPosition",
1328
+ 1,
1329
+ 1
1330
+ ],
1331
+ [
1332
+ 96,
1333
+ "setPointerPosition",
1334
+ 1,
1335
+ 1
1336
+ ],
1337
+ [
1338
+ 97,
1339
+ "setPointerPosition",
1340
+ 1,
1341
+ 1
1342
+ ],
1343
+ [
1344
+ 98,
1345
+ "setPointerPosition",
1346
+ 1,
1347
+ 1
1348
+ ],
1349
+ [
1350
+ 99,
1351
+ "setPointerPosition",
1352
+ 1,
1353
+ 1
1354
+ ],
1355
+ [
1356
+ 100,
1357
+ "setPointerPosition",
1358
+ 1,
1359
+ 1
1360
+ ],
1361
+ [
1362
+ 101,
1363
+ "setPointerPosition",
1364
+ 1,
1365
+ 1
1366
+ ],
1367
+ [
1368
+ 102,
1369
+ "setPointerPosition",
1370
+ 1,
1371
+ 1
1372
+ ],
1373
+ [
1374
+ 103,
1375
+ "setPointerPosition",
1376
+ 1,
1377
+ 1
1378
+ ],
1379
+ [
1380
+ 104,
1381
+ "setPointerPosition",
1382
+ 1,
1383
+ 1
1384
+ ],
1385
+ [
1386
+ 105,
1387
+ "setPointerPosition",
1388
+ 1,
1389
+ 1
1390
+ ],
1391
+ [
1392
+ 106,
1393
+ "setPointerPosition",
1394
+ 1,
1395
+ 1
1396
+ ],
1397
+ [
1398
+ 107,
1399
+ "setPointerPosition",
1400
+ 1,
1401
+ 1
1402
+ ],
1403
+ [
1404
+ 108,
1405
+ "setPointerPosition",
1406
+ 1,
1407
+ 1
1408
+ ],
1409
+ [
1410
+ 109,
1411
+ "setPointerPosition",
1412
+ 1,
1413
+ 1
1414
+ ],
1415
+ [
1416
+ 110,
1417
+ "setPointerPosition",
1418
+ 1,
1419
+ 1
1420
+ ],
1421
+ [
1422
+ 110,
1423
+ "handleMouseButton",
1424
+ 0,
1425
+ true
1426
+ ],
1427
+ [
1428
+ 110,
1429
+ "handleKey",
1430
+ "Mouse0",
1431
+ true
1432
+ ],
1433
+ [
1434
+ 111,
1435
+ "setPointerPosition",
1436
+ 1,
1437
+ 1
1438
+ ],
1439
+ [
1440
+ 111,
1441
+ "handleMouseButton",
1442
+ 0,
1443
+ false
1444
+ ],
1445
+ [
1446
+ 111,
1447
+ "handleKey",
1448
+ "Mouse0",
1449
+ false
1450
+ ],
1451
+ [
1452
+ 112,
1453
+ "setPointerPosition",
1454
+ 1,
1455
+ 1
1456
+ ],
1457
+ [
1458
+ 113,
1459
+ "setPointerPosition",
1460
+ 1,
1461
+ 1
1462
+ ],
1463
+ [
1464
+ 114,
1465
+ "setPointerPosition",
1466
+ 1,
1467
+ 1
1468
+ ],
1469
+ [
1470
+ 115,
1471
+ "setPointerPosition",
1472
+ 1,
1473
+ 1
1474
+ ],
1475
+ [
1476
+ 116,
1477
+ "setPointerPosition",
1478
+ 1,
1479
+ 1
1480
+ ],
1481
+ [
1482
+ 117,
1483
+ "setPointerPosition",
1484
+ 1,
1485
+ 1
1486
+ ],
1487
+ [
1488
+ 118,
1489
+ "setPointerPosition",
1490
+ 1,
1491
+ 1
1492
+ ],
1493
+ [
1494
+ 119,
1495
+ "setPointerPosition",
1496
+ 1,
1497
+ 1
1498
+ ],
1499
+ [
1500
+ 120,
1501
+ "setPointerPosition",
1502
+ 1,
1503
+ 1
1504
+ ],
1505
+ [
1506
+ 121,
1507
+ "setPointerPosition",
1508
+ 1,
1509
+ 1
1510
+ ],
1511
+ [
1512
+ 122,
1513
+ "setPointerPosition",
1514
+ 1,
1515
+ 1
1516
+ ],
1517
+ [
1518
+ 123,
1519
+ "setPointerPosition",
1520
+ 1,
1521
+ 1
1522
+ ],
1523
+ [
1524
+ 124,
1525
+ "setPointerPosition",
1526
+ 1,
1527
+ 1
1528
+ ],
1529
+ [
1530
+ 125,
1531
+ "setPointerPosition",
1532
+ 1,
1533
+ 1
1534
+ ],
1535
+ [
1536
+ 126,
1537
+ "setPointerPosition",
1538
+ 1,
1539
+ 1
1540
+ ],
1541
+ [
1542
+ 127,
1543
+ "setPointerPosition",
1544
+ 1,
1545
+ 1
1546
+ ],
1547
+ [
1548
+ 128,
1549
+ "setPointerPosition",
1550
+ 1,
1551
+ 1
1552
+ ],
1553
+ [
1554
+ 129,
1555
+ "setPointerPosition",
1556
+ 1,
1557
+ 1
1558
+ ],
1559
+ [
1560
+ 130,
1561
+ "setPointerPosition",
1562
+ 1,
1563
+ 1
1564
+ ],
1565
+ [
1566
+ 131,
1567
+ "setPointerPosition",
1568
+ 1,
1569
+ 1
1570
+ ],
1571
+ [
1572
+ 132,
1573
+ "setPointerPosition",
1574
+ 1,
1575
+ 1
1576
+ ],
1577
+ [
1578
+ 133,
1579
+ "setPointerPosition",
1580
+ 1,
1581
+ 1
1582
+ ],
1583
+ [
1584
+ 134,
1585
+ "setPointerPosition",
1586
+ 1,
1587
+ 1
1588
+ ],
1589
+ [
1590
+ 135,
1591
+ "setPointerPosition",
1592
+ 1,
1593
+ 1
1594
+ ],
1595
+ [
1596
+ 136,
1597
+ "setPointerPosition",
1598
+ 1,
1599
+ 1
1600
+ ],
1601
+ [
1602
+ 136,
1603
+ "handleMouseButton",
1604
+ 0,
1605
+ true
1606
+ ],
1607
+ [
1608
+ 136,
1609
+ "handleKey",
1610
+ "Mouse0",
1611
+ true
1612
+ ],
1613
+ [
1614
+ 137,
1615
+ "setPointerPosition",
1616
+ 1,
1617
+ 1
1618
+ ],
1619
+ [
1620
+ 137,
1621
+ "handleMouseButton",
1622
+ 0,
1623
+ false
1624
+ ],
1625
+ [
1626
+ 137,
1627
+ "handleKey",
1628
+ "Mouse0",
1629
+ false
1630
+ ],
1631
+ [
1632
+ 138,
1633
+ "setPointerPosition",
1634
+ 1,
1635
+ 1
1636
+ ],
1637
+ [
1638
+ 139,
1639
+ "setPointerPosition",
1640
+ 1,
1641
+ 1
1642
+ ],
1643
+ [
1644
+ 139,
1645
+ "setPointerPosition",
1646
+ 77.29276036843657,
1647
+ 231.9249220006168
1648
+ ],
1649
+ [
1650
+ 139,
1651
+ "handleMouseButton",
1652
+ 0,
1653
+ true
1654
+ ],
1655
+ [
1656
+ 139,
1657
+ "handleKey",
1658
+ "Mouse0",
1659
+ true
1660
+ ],
1661
+ [
1662
+ 140,
1663
+ "setPointerPosition",
1664
+ 1,
1665
+ 1
1666
+ ],
1667
+ [
1668
+ 140,
1669
+ "setPointerPosition",
1670
+ 162.33959731645882,
1671
+ 272.17225574577844
1672
+ ],
1673
+ [
1674
+ 141,
1675
+ "setPointerPosition",
1676
+ 1,
1677
+ 1
1678
+ ],
1679
+ [
1680
+ 141,
1681
+ "setPointerPosition",
1682
+ 247.3864342644811,
1683
+ 312.4195894909402
1684
+ ],
1685
+ [
1686
+ 142,
1687
+ "setPointerPosition",
1688
+ 1,
1689
+ 1
1690
+ ],
1691
+ [
1692
+ 142,
1693
+ "setPointerPosition",
1694
+ 332.4332712125033,
1695
+ 352.66692323610187
1696
+ ],
1697
+ [
1698
+ 143,
1699
+ "setPointerPosition",
1700
+ 1,
1701
+ 1
1702
+ ],
1703
+ [
1704
+ 143,
1705
+ "setPointerPosition",
1706
+ 417.4801081605256,
1707
+ 392.9142569812636
1708
+ ],
1709
+ [
1710
+ 144,
1711
+ "setPointerPosition",
1712
+ 1,
1713
+ 1
1714
+ ],
1715
+ [
1716
+ 144,
1717
+ "setPointerPosition",
1718
+ 502.5269451085478,
1719
+ 433.1615907264253
1720
+ ],
1721
+ [
1722
+ 145,
1723
+ "setPointerPosition",
1724
+ 1,
1725
+ 1
1726
+ ],
1727
+ [
1728
+ 145,
1729
+ "setPointerPosition",
1730
+ 587.57378205657,
1731
+ 473.40892447158694
1732
+ ],
1733
+ [
1734
+ 145,
1735
+ "handleMouseButton",
1736
+ 0,
1737
+ false
1738
+ ],
1739
+ [
1740
+ 145,
1741
+ "handleKey",
1742
+ "Mouse0",
1743
+ false
1744
+ ],
1745
+ [
1746
+ 146,
1747
+ "setPointerPosition",
1748
+ 1,
1749
+ 1
1750
+ ],
1751
+ [
1752
+ 147,
1753
+ "setPointerPosition",
1754
+ 1,
1755
+ 1
1756
+ ],
1757
+ [
1758
+ 148,
1759
+ "setPointerPosition",
1760
+ 1,
1761
+ 1
1762
+ ],
1763
+ [
1764
+ 149,
1765
+ "setPointerPosition",
1766
+ 1,
1767
+ 1
1768
+ ],
1769
+ [
1770
+ 150,
1771
+ "setPointerPosition",
1772
+ 1,
1773
+ 1
1774
+ ],
1775
+ [
1776
+ 151,
1777
+ "setPointerPosition",
1778
+ 1,
1779
+ 1
1780
+ ],
1781
+ [
1782
+ 152,
1783
+ "setPointerPosition",
1784
+ 1,
1785
+ 1
1786
+ ],
1787
+ [
1788
+ 153,
1789
+ "setPointerPosition",
1790
+ 1,
1791
+ 1
1792
+ ],
1793
+ [
1794
+ 154,
1795
+ "setPointerPosition",
1796
+ 1,
1797
+ 1
1798
+ ],
1799
+ [
1800
+ 155,
1801
+ "setPointerPosition",
1802
+ 1,
1803
+ 1
1804
+ ],
1805
+ [
1806
+ 156,
1807
+ "setPointerPosition",
1808
+ 1,
1809
+ 1
1810
+ ],
1811
+ [
1812
+ 157,
1813
+ "setPointerPosition",
1814
+ 1,
1815
+ 1
1816
+ ],
1817
+ [
1818
+ 158,
1819
+ "setPointerPosition",
1820
+ 1,
1821
+ 1
1822
+ ],
1823
+ [
1824
+ 159,
1825
+ "setPointerPosition",
1826
+ 1,
1827
+ 1
1828
+ ],
1829
+ [
1830
+ 160,
1831
+ "setPointerPosition",
1832
+ 1,
1833
+ 1
1834
+ ],
1835
+ [
1836
+ 161,
1837
+ "setPointerPosition",
1838
+ 1,
1839
+ 1
1840
+ ],
1841
+ [
1842
+ 162,
1843
+ "setPointerPosition",
1844
+ 1,
1845
+ 1
1846
+ ],
1847
+ [
1848
+ 163,
1849
+ "setPointerPosition",
1850
+ 1,
1851
+ 1
1852
+ ],
1853
+ [
1854
+ 164,
1855
+ "setPointerPosition",
1856
+ 1,
1857
+ 1
1858
+ ],
1859
+ [
1860
+ 164,
1861
+ "handleMouseButton",
1862
+ 0,
1863
+ true
1864
+ ],
1865
+ [
1866
+ 164,
1867
+ "handleKey",
1868
+ "Mouse0",
1869
+ true
1870
+ ],
1871
+ [
1872
+ 165,
1873
+ "setPointerPosition",
1874
+ 1,
1875
+ 1
1876
+ ],
1877
+ [
1878
+ 165,
1879
+ "handleMouseButton",
1880
+ 0,
1881
+ false
1882
+ ],
1883
+ [
1884
+ 165,
1885
+ "handleKey",
1886
+ "Mouse0",
1887
+ false
1888
+ ],
1889
+ [
1890
+ 166,
1891
+ "setPointerPosition",
1892
+ 1,
1893
+ 1
1894
+ ],
1895
+ [
1896
+ 167,
1897
+ "setPointerPosition",
1898
+ 1,
1899
+ 1
1900
+ ],
1901
+ [
1902
+ 168,
1903
+ "setPointerPosition",
1904
+ 1,
1905
+ 1
1906
+ ],
1907
+ [
1908
+ 169,
1909
+ "setPointerPosition",
1910
+ 1,
1911
+ 1
1912
+ ],
1913
+ [
1914
+ 170,
1915
+ "setPointerPosition",
1916
+ 1,
1917
+ 1
1918
+ ],
1919
+ [
1920
+ 171,
1921
+ "setPointerPosition",
1922
+ 1,
1923
+ 1
1924
+ ],
1925
+ [
1926
+ 172,
1927
+ "setPointerPosition",
1928
+ 1,
1929
+ 1
1930
+ ],
1931
+ [
1932
+ 173,
1933
+ "setPointerPosition",
1934
+ 1,
1935
+ 1
1936
+ ],
1937
+ [
1938
+ 174,
1939
+ "setPointerPosition",
1940
+ 1,
1941
+ 1
1942
+ ],
1943
+ [
1944
+ 175,
1945
+ "setPointerPosition",
1946
+ 1,
1947
+ 1
1948
+ ],
1949
+ [
1950
+ 176,
1951
+ "setPointerPosition",
1952
+ 1,
1953
+ 1
1954
+ ],
1955
+ [
1956
+ 177,
1957
+ "setPointerPosition",
1958
+ 1,
1959
+ 1
1960
+ ],
1961
+ [
1962
+ 178,
1963
+ "setPointerPosition",
1964
+ 1,
1965
+ 1
1966
+ ],
1967
+ [
1968
+ 179,
1969
+ "setPointerPosition",
1970
+ 1,
1971
+ 1
1972
+ ],
1973
+ [
1974
+ 180,
1975
+ "setPointerPosition",
1976
+ 1,
1977
+ 1
1978
+ ],
1979
+ [
1980
+ 181,
1981
+ "setPointerPosition",
1982
+ 1,
1983
+ 1
1984
+ ],
1985
+ [
1986
+ 182,
1987
+ "setPointerPosition",
1988
+ 1,
1989
+ 1
1990
+ ],
1991
+ [
1992
+ 183,
1993
+ "setPointerPosition",
1994
+ 1,
1995
+ 1
1996
+ ],
1997
+ [
1998
+ 184,
1999
+ "setPointerPosition",
2000
+ 1,
2001
+ 1
2002
+ ],
2003
+ [
2004
+ 185,
2005
+ "setPointerPosition",
2006
+ 1,
2007
+ 1
2008
+ ],
2009
+ [
2010
+ 186,
2011
+ "setPointerPosition",
2012
+ 1,
2013
+ 1
2014
+ ],
2015
+ [
2016
+ 187,
2017
+ "setPointerPosition",
2018
+ 1,
2019
+ 1
2020
+ ],
2021
+ [
2022
+ 188,
2023
+ "setPointerPosition",
2024
+ 1,
2025
+ 1
2026
+ ],
2027
+ [
2028
+ 189,
2029
+ "setPointerPosition",
2030
+ 1,
2031
+ 1
2032
+ ],
2033
+ [
2034
+ 190,
2035
+ "setPointerPosition",
2036
+ 1,
2037
+ 1
2038
+ ],
2039
+ [
2040
+ 191,
2041
+ "setPointerPosition",
2042
+ 1,
2043
+ 1
2044
+ ],
2045
+ [
2046
+ 192,
2047
+ "setPointerPosition",
2048
+ 1,
2049
+ 1
2050
+ ],
2051
+ [
2052
+ 193,
2053
+ "setPointerPosition",
2054
+ 1,
2055
+ 1
2056
+ ],
2057
+ [
2058
+ 194,
2059
+ "setPointerPosition",
2060
+ 1,
2061
+ 1
2062
+ ],
2063
+ [
2064
+ 195,
2065
+ "setPointerPosition",
2066
+ 1,
2067
+ 1
2068
+ ],
2069
+ [
2070
+ 196,
2071
+ "setPointerPosition",
2072
+ 1,
2073
+ 1
2074
+ ],
2075
+ [
2076
+ 197,
2077
+ "setPointerPosition",
2078
+ 1,
2079
+ 1
2080
+ ],
2081
+ [
2082
+ 198,
2083
+ "setPointerPosition",
2084
+ 1,
2085
+ 1
2086
+ ],
2087
+ [
2088
+ 199,
2089
+ "setPointerPosition",
2090
+ 1,
2091
+ 1
2092
+ ],
2093
+ [
2094
+ 200,
2095
+ "setPointerPosition",
2096
+ 1,
2097
+ 1
2098
+ ],
2099
+ [
2100
+ 201,
2101
+ "setPointerPosition",
2102
+ 1,
2103
+ 1
2104
+ ],
2105
+ [
2106
+ 202,
2107
+ "setPointerPosition",
2108
+ 1,
2109
+ 1
2110
+ ],
2111
+ [
2112
+ 202,
2113
+ "handleMouseButton",
2114
+ 0,
2115
+ true
2116
+ ],
2117
+ [
2118
+ 202,
2119
+ "handleKey",
2120
+ "Mouse0",
2121
+ true
2122
+ ],
2123
+ [
2124
+ 203,
2125
+ "setPointerPosition",
2126
+ 1,
2127
+ 1
2128
+ ],
2129
+ [
2130
+ 203,
2131
+ "handleMouseButton",
2132
+ 0,
2133
+ false
2134
+ ],
2135
+ [
2136
+ 203,
2137
+ "handleKey",
2138
+ "Mouse0",
2139
+ false
2140
+ ],
2141
+ [
2142
+ 204,
2143
+ "setPointerPosition",
2144
+ 1,
2145
+ 1
2146
+ ],
2147
+ [
2148
+ 205,
2149
+ "setPointerPosition",
2150
+ 1,
2151
+ 1
2152
+ ],
2153
+ [
2154
+ 206,
2155
+ "setPointerPosition",
2156
+ 1,
2157
+ 1
2158
+ ],
2159
+ [
2160
+ 207,
2161
+ "setPointerPosition",
2162
+ 1,
2163
+ 1
2164
+ ],
2165
+ [
2166
+ 208,
2167
+ "setPointerPosition",
2168
+ 1,
2169
+ 1
2170
+ ],
2171
+ [
2172
+ 209,
2173
+ "setPointerPosition",
2174
+ 1,
2175
+ 1
2176
+ ],
2177
+ [
2178
+ 210,
2179
+ "setPointerPosition",
2180
+ 1,
2181
+ 1
2182
+ ],
2183
+ [
2184
+ 211,
2185
+ "setPointerPosition",
2186
+ 1,
2187
+ 1
2188
+ ],
2189
+ [
2190
+ 212,
2191
+ "setPointerPosition",
2192
+ 1,
2193
+ 1
2194
+ ],
2195
+ [
2196
+ 213,
2197
+ "setPointerPosition",
2198
+ 1,
2199
+ 1
2200
+ ],
2201
+ [
2202
+ 214,
2203
+ "setPointerPosition",
2204
+ 1,
2205
+ 1
2206
+ ],
2207
+ [
2208
+ 215,
2209
+ "setPointerPosition",
2210
+ 1,
2211
+ 1
2212
+ ],
2213
+ [
2214
+ 216,
2215
+ "setPointerPosition",
2216
+ 1,
2217
+ 1
2218
+ ],
2219
+ [
2220
+ 217,
2221
+ "setPointerPosition",
2222
+ 1,
2223
+ 1
2224
+ ],
2225
+ [
2226
+ 218,
2227
+ "setPointerPosition",
2228
+ 1,
2229
+ 1
2230
+ ],
2231
+ [
2232
+ 219,
2233
+ "setPointerPosition",
2234
+ 1,
2235
+ 1
2236
+ ],
2237
+ [
2238
+ 220,
2239
+ "setPointerPosition",
2240
+ 1,
2241
+ 1
2242
+ ],
2243
+ [
2244
+ 221,
2245
+ "setPointerPosition",
2246
+ 1,
2247
+ 1
2248
+ ],
2249
+ [
2250
+ 221,
2251
+ "setPointerPosition",
2252
+ 489.7696781717241,
2253
+ 83.72669126838446
2254
+ ],
2255
+ [
2256
+ 221,
2257
+ "handleMouseButton",
2258
+ 0,
2259
+ true
2260
+ ],
2261
+ [
2262
+ 221,
2263
+ "handleKey",
2264
+ "Mouse0",
2265
+ true
2266
+ ],
2267
+ [
2268
+ 222,
2269
+ "setPointerPosition",
2270
+ 1,
2271
+ 1
2272
+ ],
2273
+ [
2274
+ 222,
2275
+ "setPointerPosition",
2276
+ 412.4598002806306,
2277
+ 153.35120982180038
2278
+ ],
2279
+ [
2280
+ 223,
2281
+ "setPointerPosition",
2282
+ 1,
2283
+ 1
2284
+ ],
2285
+ [
2286
+ 223,
2287
+ "setPointerPosition",
2288
+ 335.1499223895371,
2289
+ 222.97572837521633
2290
+ ],
2291
+ [
2292
+ 224,
2293
+ "setPointerPosition",
2294
+ 1,
2295
+ 1
2296
+ ],
2297
+ [
2298
+ 224,
2299
+ "setPointerPosition",
2300
+ 257.8400444984436,
2301
+ 292.60024692863226
2302
+ ],
2303
+ [
2304
+ 225,
2305
+ "setPointerPosition",
2306
+ 1,
2307
+ 1
2308
+ ],
2309
+ [
2310
+ 225,
2311
+ "setPointerPosition",
2312
+ 180.53016660735005,
2313
+ 362.2247654820482
2314
+ ],
2315
+ [
2316
+ 226,
2317
+ "setPointerPosition",
2318
+ 1,
2319
+ 1
2320
+ ],
2321
+ [
2322
+ 226,
2323
+ "setPointerPosition",
2324
+ 103.22028871625662,
2325
+ 431.84928403546417
2326
+ ],
2327
+ [
2328
+ 227,
2329
+ "setPointerPosition",
2330
+ 1,
2331
+ 1
2332
+ ],
2333
+ [
2334
+ 227,
2335
+ "setPointerPosition",
2336
+ 25.910410825163126,
2337
+ 501.47380258888006
2338
+ ],
2339
+ [
2340
+ 227,
2341
+ "handleMouseButton",
2342
+ 0,
2343
+ false
2344
+ ],
2345
+ [
2346
+ 227,
2347
+ "handleKey",
2348
+ "Mouse0",
2349
+ false
2350
+ ],
2351
+ [
2352
+ 228,
2353
+ "setPointerPosition",
2354
+ 1,
2355
+ 1
2356
+ ],
2357
+ [
2358
+ 229,
2359
+ "setPointerPosition",
2360
+ 1,
2361
+ 1
2362
+ ],
2363
+ [
2364
+ 230,
2365
+ "setPointerPosition",
2366
+ 1,
2367
+ 1
2368
+ ],
2369
+ [
2370
+ 231,
2371
+ "setPointerPosition",
2372
+ 1,
2373
+ 1
2374
+ ],
2375
+ [
2376
+ 232,
2377
+ "setPointerPosition",
2378
+ 1,
2379
+ 1
2380
+ ],
2381
+ [
2382
+ 233,
2383
+ "setPointerPosition",
2384
+ 1,
2385
+ 1
2386
+ ],
2387
+ [
2388
+ 234,
2389
+ "setPointerPosition",
2390
+ 1,
2391
+ 1
2392
+ ],
2393
+ [
2394
+ 235,
2395
+ "setPointerPosition",
2396
+ 1,
2397
+ 1
2398
+ ],
2399
+ [
2400
+ 236,
2401
+ "setPointerPosition",
2402
+ 1,
2403
+ 1
2404
+ ],
2405
+ [
2406
+ 237,
2407
+ "setPointerPosition",
2408
+ 1,
2409
+ 1
2410
+ ],
2411
+ [
2412
+ 238,
2413
+ "setPointerPosition",
2414
+ 1,
2415
+ 1
2416
+ ],
2417
+ [
2418
+ 239,
2419
+ "setPointerPosition",
2420
+ 1,
2421
+ 1
2422
+ ],
2423
+ [
2424
+ 240,
2425
+ "setPointerPosition",
2426
+ 1,
2427
+ 1
2428
+ ],
2429
+ [
2430
+ 241,
2431
+ "setPointerPosition",
2432
+ 1,
2433
+ 1
2434
+ ],
2435
+ [
2436
+ 242,
2437
+ "setPointerPosition",
2438
+ 1,
2439
+ 1
2440
+ ],
2441
+ [
2442
+ 243,
2443
+ "setPointerPosition",
2444
+ 1,
2445
+ 1
2446
+ ],
2447
+ [
2448
+ 244,
2449
+ "setPointerPosition",
2450
+ 1,
2451
+ 1
2452
+ ],
2453
+ [
2454
+ 244,
2455
+ "handleMouseButton",
2456
+ 0,
2457
+ true
2458
+ ],
2459
+ [
2460
+ 244,
2461
+ "handleKey",
2462
+ "Mouse0",
2463
+ true
2464
+ ],
2465
+ [
2466
+ 245,
2467
+ "setPointerPosition",
2468
+ 1,
2469
+ 1
2470
+ ],
2471
+ [
2472
+ 245,
2473
+ "handleMouseButton",
2474
+ 0,
2475
+ false
2476
+ ],
2477
+ [
2478
+ 245,
2479
+ "handleKey",
2480
+ "Mouse0",
2481
+ false
2482
+ ],
2483
+ [
2484
+ 246,
2485
+ "setPointerPosition",
2486
+ 1,
2487
+ 1
2488
+ ],
2489
+ [
2490
+ 247,
2491
+ "setPointerPosition",
2492
+ 1,
2493
+ 1
2494
+ ],
2495
+ [
2496
+ 248,
2497
+ "setPointerPosition",
2498
+ 1,
2499
+ 1
2500
+ ],
2501
+ [
2502
+ 249,
2503
+ "setPointerPosition",
2504
+ 1,
2505
+ 1
2506
+ ],
2507
+ [
2508
+ 250,
2509
+ "setPointerPosition",
2510
+ 1,
2511
+ 1
2512
+ ],
2513
+ [
2514
+ 251,
2515
+ "setPointerPosition",
2516
+ 1,
2517
+ 1
2518
+ ],
2519
+ [
2520
+ 252,
2521
+ "setPointerPosition",
2522
+ 1,
2523
+ 1
2524
+ ],
2525
+ [
2526
+ 253,
2527
+ "setPointerPosition",
2528
+ 1,
2529
+ 1
2530
+ ],
2531
+ [
2532
+ 254,
2533
+ "setPointerPosition",
2534
+ 1,
2535
+ 1
2536
+ ],
2537
+ [
2538
+ 255,
2539
+ "setPointerPosition",
2540
+ 1,
2541
+ 1
2542
+ ],
2543
+ [
2544
+ 256,
2545
+ "setPointerPosition",
2546
+ 1,
2547
+ 1
2548
+ ],
2549
+ [
2550
+ 257,
2551
+ "setPointerPosition",
2552
+ 1,
2553
+ 1
2554
+ ],
2555
+ [
2556
+ 258,
2557
+ "setPointerPosition",
2558
+ 1,
2559
+ 1
2560
+ ],
2561
+ [
2562
+ 259,
2563
+ "setPointerPosition",
2564
+ 1,
2565
+ 1
2566
+ ],
2567
+ [
2568
+ 260,
2569
+ "setPointerPosition",
2570
+ 1,
2571
+ 1
2572
+ ],
2573
+ [
2574
+ 261,
2575
+ "setPointerPosition",
2576
+ 1,
2577
+ 1
2578
+ ],
2579
+ [
2580
+ 262,
2581
+ "setPointerPosition",
2582
+ 1,
2583
+ 1
2584
+ ],
2585
+ [
2586
+ 262,
2587
+ "handleMouseButton",
2588
+ 0,
2589
+ true
2590
+ ],
2591
+ [
2592
+ 262,
2593
+ "handleKey",
2594
+ "Mouse0",
2595
+ true
2596
+ ],
2597
+ [
2598
+ 263,
2599
+ "setPointerPosition",
2600
+ 1,
2601
+ 1
2602
+ ],
2603
+ [
2604
+ 263,
2605
+ "handleMouseButton",
2606
+ 0,
2607
+ false
2608
+ ],
2609
+ [
2610
+ 263,
2611
+ "handleKey",
2612
+ "Mouse0",
2613
+ false
2614
+ ],
2615
+ [
2616
+ 264,
2617
+ "setPointerPosition",
2618
+ 1,
2619
+ 1
2620
+ ],
2621
+ [
2622
+ 265,
2623
+ "setPointerPosition",
2624
+ 1,
2625
+ 1
2626
+ ],
2627
+ [
2628
+ 266,
2629
+ "setPointerPosition",
2630
+ 1,
2631
+ 1
2632
+ ],
2633
+ [
2634
+ 267,
2635
+ "setPointerPosition",
2636
+ 1,
2637
+ 1
2638
+ ],
2639
+ [
2640
+ 268,
2641
+ "setPointerPosition",
2642
+ 1,
2643
+ 1
2644
+ ],
2645
+ [
2646
+ 269,
2647
+ "setPointerPosition",
2648
+ 1,
2649
+ 1
2650
+ ],
2651
+ [
2652
+ 270,
2653
+ "setPointerPosition",
2654
+ 1,
2655
+ 1
2656
+ ],
2657
+ [
2658
+ 271,
2659
+ "setPointerPosition",
2660
+ 1,
2661
+ 1
2662
+ ],
2663
+ [
2664
+ 272,
2665
+ "setPointerPosition",
2666
+ 1,
2667
+ 1
2668
+ ],
2669
+ [
2670
+ 273,
2671
+ "setPointerPosition",
2672
+ 1,
2673
+ 1
2674
+ ],
2675
+ [
2676
+ 274,
2677
+ "setPointerPosition",
2678
+ 1,
2679
+ 1
2680
+ ],
2681
+ [
2682
+ 275,
2683
+ "setPointerPosition",
2684
+ 1,
2685
+ 1
2686
+ ],
2687
+ [
2688
+ 276,
2689
+ "setPointerPosition",
2690
+ 1,
2691
+ 1
2692
+ ],
2693
+ [
2694
+ 277,
2695
+ "setPointerPosition",
2696
+ 1,
2697
+ 1
2698
+ ],
2699
+ [
2700
+ 278,
2701
+ "setPointerPosition",
2702
+ 1,
2703
+ 1
2704
+ ],
2705
+ [
2706
+ 279,
2707
+ "setPointerPosition",
2708
+ 1,
2709
+ 1
2710
+ ],
2711
+ [
2712
+ 280,
2713
+ "setPointerPosition",
2714
+ 1,
2715
+ 1
2716
+ ],
2717
+ [
2718
+ 281,
2719
+ "setPointerPosition",
2720
+ 1,
2721
+ 1
2722
+ ],
2723
+ [
2724
+ 282,
2725
+ "setPointerPosition",
2726
+ 1,
2727
+ 1
2728
+ ],
2729
+ [
2730
+ 283,
2731
+ "setPointerPosition",
2732
+ 1,
2733
+ 1
2734
+ ],
2735
+ [
2736
+ 284,
2737
+ "setPointerPosition",
2738
+ 1,
2739
+ 1
2740
+ ],
2741
+ [
2742
+ 284,
2743
+ "setPointerPosition",
2744
+ 241.0669676028192,
2745
+ 456.9297608733177
2746
+ ],
2747
+ [
2748
+ 284,
2749
+ "handleMouseButton",
2750
+ 0,
2751
+ true
2752
+ ],
2753
+ [
2754
+ 284,
2755
+ "handleKey",
2756
+ "Mouse0",
2757
+ true
2758
+ ],
2759
+ [
2760
+ 285,
2761
+ "setPointerPosition",
2762
+ 1,
2763
+ 1
2764
+ ],
2765
+ [
2766
+ 285,
2767
+ "setPointerPosition",
2768
+ 224.1064913291484,
2769
+ 427.42281529741985
2770
+ ],
2771
+ [
2772
+ 286,
2773
+ "setPointerPosition",
2774
+ 1,
2775
+ 1
2776
+ ],
2777
+ [
2778
+ 286,
2779
+ "setPointerPosition",
2780
+ 207.14601505547762,
2781
+ 397.9158697215219
2782
+ ],
2783
+ [
2784
+ 287,
2785
+ "setPointerPosition",
2786
+ 1,
2787
+ 1
2788
+ ],
2789
+ [
2790
+ 287,
2791
+ "setPointerPosition",
2792
+ 190.18553878180683,
2793
+ 368.40892414562404
2794
+ ],
2795
+ [
2796
+ 288,
2797
+ "setPointerPosition",
2798
+ 1,
2799
+ 1
2800
+ ],
2801
+ [
2802
+ 288,
2803
+ "setPointerPosition",
2804
+ 173.22506250813603,
2805
+ 338.9019785697261
2806
+ ],
2807
+ [
2808
+ 289,
2809
+ "setPointerPosition",
2810
+ 1,
2811
+ 1
2812
+ ],
2813
+ [
2814
+ 289,
2815
+ "setPointerPosition",
2816
+ 156.26458623446524,
2817
+ 309.39503299382824
2818
+ ],
2819
+ [
2820
+ 290,
2821
+ "setPointerPosition",
2822
+ 1,
2823
+ 1
2824
+ ],
2825
+ [
2826
+ 290,
2827
+ "setPointerPosition",
2828
+ 139.30410996079445,
2829
+ 279.88808741793036
2830
+ ],
2831
+ [
2832
+ 290,
2833
+ "handleMouseButton",
2834
+ 0,
2835
+ false
2836
+ ],
2837
+ [
2838
+ 290,
2839
+ "handleKey",
2840
+ "Mouse0",
2841
+ false
2842
+ ],
2843
+ [
2844
+ 291,
2845
+ "setPointerPosition",
2846
+ 1,
2847
+ 1
2848
+ ],
2849
+ [
2850
+ 292,
2851
+ "setPointerPosition",
2852
+ 1,
2853
+ 1
2854
+ ],
2855
+ [
2856
+ 293,
2857
+ "setPointerPosition",
2858
+ 1,
2859
+ 1
2860
+ ],
2861
+ [
2862
+ 294,
2863
+ "setPointerPosition",
2864
+ 1,
2865
+ 1
2866
+ ],
2867
+ [
2868
+ 295,
2869
+ "setPointerPosition",
2870
+ 1,
2871
+ 1
2872
+ ],
2873
+ [
2874
+ 296,
2875
+ "setPointerPosition",
2876
+ 1,
2877
+ 1
2878
+ ],
2879
+ [
2880
+ 297,
2881
+ "setPointerPosition",
2882
+ 1,
2883
+ 1
2884
+ ],
2885
+ [
2886
+ 298,
2887
+ "setPointerPosition",
2888
+ 1,
2889
+ 1
2890
+ ],
2891
+ [
2892
+ 299,
2893
+ "setPointerPosition",
2894
+ 1,
2895
+ 1
2896
+ ],
2897
+ [
2898
+ 300,
2899
+ "setPointerPosition",
2900
+ 1,
2901
+ 1
2902
+ ],
2903
+ [
2904
+ 301,
2905
+ "setPointerPosition",
2906
+ 1,
2907
+ 1
2908
+ ],
2909
+ [
2910
+ 302,
2911
+ "setPointerPosition",
2912
+ 1,
2913
+ 1
2914
+ ],
2915
+ [
2916
+ 303,
2917
+ "setPointerPosition",
2918
+ 1,
2919
+ 1
2920
+ ],
2921
+ [
2922
+ 304,
2923
+ "setPointerPosition",
2924
+ 1,
2925
+ 1
2926
+ ],
2927
+ [
2928
+ 305,
2929
+ "setPointerPosition",
2930
+ 1,
2931
+ 1
2932
+ ],
2933
+ [
2934
+ 306,
2935
+ "setPointerPosition",
2936
+ 1,
2937
+ 1
2938
+ ],
2939
+ [
2940
+ 307,
2941
+ "setPointerPosition",
2942
+ 1,
2943
+ 1
2944
+ ],
2945
+ [
2946
+ 308,
2947
+ "setPointerPosition",
2948
+ 1,
2949
+ 1
2950
+ ],
2951
+ [
2952
+ 309,
2953
+ "setPointerPosition",
2954
+ 1,
2955
+ 1
2956
+ ],
2957
+ [
2958
+ 309,
2959
+ "handleMouseButton",
2960
+ 0,
2961
+ true
2962
+ ],
2963
+ [
2964
+ 309,
2965
+ "handleKey",
2966
+ "Mouse0",
2967
+ true
2968
+ ],
2969
+ [
2970
+ 310,
2971
+ "setPointerPosition",
2972
+ 1,
2973
+ 1
2974
+ ],
2975
+ [
2976
+ 310,
2977
+ "handleMouseButton",
2978
+ 0,
2979
+ false
2980
+ ],
2981
+ [
2982
+ 310,
2983
+ "handleKey",
2984
+ "Mouse0",
2985
+ false
2986
+ ],
2987
+ [
2988
+ 311,
2989
+ "setPointerPosition",
2990
+ 1,
2991
+ 1
2992
+ ],
2993
+ [
2994
+ 312,
2995
+ "setPointerPosition",
2996
+ 1,
2997
+ 1
2998
+ ],
2999
+ [
3000
+ 313,
3001
+ "setPointerPosition",
3002
+ 1,
3003
+ 1
3004
+ ],
3005
+ [
3006
+ 314,
3007
+ "setPointerPosition",
3008
+ 1,
3009
+ 1
3010
+ ],
3011
+ [
3012
+ 315,
3013
+ "setPointerPosition",
3014
+ 1,
3015
+ 1
3016
+ ],
3017
+ [
3018
+ 316,
3019
+ "setPointerPosition",
3020
+ 1,
3021
+ 1
3022
+ ],
3023
+ [
3024
+ 317,
3025
+ "setPointerPosition",
3026
+ 1,
3027
+ 1
3028
+ ],
3029
+ [
3030
+ 318,
3031
+ "setPointerPosition",
3032
+ 1,
3033
+ 1
3034
+ ],
3035
+ [
3036
+ 319,
3037
+ "setPointerPosition",
3038
+ 1,
3039
+ 1
3040
+ ],
3041
+ [
3042
+ 320,
3043
+ "setPointerPosition",
3044
+ 1,
3045
+ 1
3046
+ ],
3047
+ [
3048
+ 321,
3049
+ "setPointerPosition",
3050
+ 1,
3051
+ 1
3052
+ ],
3053
+ [
3054
+ 322,
3055
+ "setPointerPosition",
3056
+ 1,
3057
+ 1
3058
+ ],
3059
+ [
3060
+ 323,
3061
+ "setPointerPosition",
3062
+ 1,
3063
+ 1
3064
+ ],
3065
+ [
3066
+ 324,
3067
+ "setPointerPosition",
3068
+ 1,
3069
+ 1
3070
+ ],
3071
+ [
3072
+ 325,
3073
+ "setPointerPosition",
3074
+ 1,
3075
+ 1
3076
+ ],
3077
+ [
3078
+ 326,
3079
+ "setPointerPosition",
3080
+ 1,
3081
+ 1
3082
+ ],
3083
+ [
3084
+ 327,
3085
+ "setPointerPosition",
3086
+ 1,
3087
+ 1
3088
+ ],
3089
+ [
3090
+ 328,
3091
+ "setPointerPosition",
3092
+ 1,
3093
+ 1
3094
+ ],
3095
+ [
3096
+ 329,
3097
+ "setPointerPosition",
3098
+ 1,
3099
+ 1
3100
+ ],
3101
+ [
3102
+ 330,
3103
+ "setPointerPosition",
3104
+ 1,
3105
+ 1
3106
+ ],
3107
+ [
3108
+ 331,
3109
+ "setPointerPosition",
3110
+ 1,
3111
+ 1
3112
+ ],
3113
+ [
3114
+ 332,
3115
+ "setPointerPosition",
3116
+ 1,
3117
+ 1
3118
+ ],
3119
+ [
3120
+ 333,
3121
+ "setPointerPosition",
3122
+ 1,
3123
+ 1
3124
+ ],
3125
+ [
3126
+ 334,
3127
+ "setPointerPosition",
3128
+ 1,
3129
+ 1
3130
+ ],
3131
+ [
3132
+ 335,
3133
+ "setPointerPosition",
3134
+ 1,
3135
+ 1
3136
+ ],
3137
+ [
3138
+ 336,
3139
+ "setPointerPosition",
3140
+ 1,
3141
+ 1
3142
+ ],
3143
+ [
3144
+ 337,
3145
+ "setPointerPosition",
3146
+ 1,
3147
+ 1
3148
+ ],
3149
+ [
3150
+ 338,
3151
+ "setPointerPosition",
3152
+ 1,
3153
+ 1
3154
+ ],
3155
+ [
3156
+ 339,
3157
+ "setPointerPosition",
3158
+ 1,
3159
+ 1
3160
+ ],
3161
+ [
3162
+ 340,
3163
+ "setPointerPosition",
3164
+ 1,
3165
+ 1
3166
+ ],
3167
+ [
3168
+ 341,
3169
+ "setPointerPosition",
3170
+ 1,
3171
+ 1
3172
+ ],
3173
+ [
3174
+ 342,
3175
+ "setPointerPosition",
3176
+ 1,
3177
+ 1
3178
+ ],
3179
+ [
3180
+ 343,
3181
+ "setPointerPosition",
3182
+ 1,
3183
+ 1
3184
+ ],
3185
+ [
3186
+ 344,
3187
+ "setPointerPosition",
3188
+ 1,
3189
+ 1
3190
+ ],
3191
+ [
3192
+ 345,
3193
+ "setPointerPosition",
3194
+ 1,
3195
+ 1
3196
+ ],
3197
+ [
3198
+ 346,
3199
+ "setPointerPosition",
3200
+ 1,
3201
+ 1
3202
+ ],
3203
+ [
3204
+ 347,
3205
+ "setPointerPosition",
3206
+ 1,
3207
+ 1
3208
+ ],
3209
+ [
3210
+ 348,
3211
+ "setPointerPosition",
3212
+ 1,
3213
+ 1
3214
+ ],
3215
+ [
3216
+ 349,
3217
+ "setPointerPosition",
3218
+ 1,
3219
+ 1
3220
+ ],
3221
+ [
3222
+ 350,
3223
+ "setPointerPosition",
3224
+ 1,
3225
+ 1
3226
+ ],
3227
+ [
3228
+ 351,
3229
+ "setPointerPosition",
3230
+ 1,
3231
+ 1
3232
+ ],
3233
+ [
3234
+ 352,
3235
+ "setPointerPosition",
3236
+ 1,
3237
+ 1
3238
+ ],
3239
+ [
3240
+ 352,
3241
+ "setPointerPosition",
3242
+ 520.5229005217552,
3243
+ 191.726712603122
3244
+ ],
3245
+ [
3246
+ 352,
3247
+ "handleMouseButton",
3248
+ 0,
3249
+ true
3250
+ ],
3251
+ [
3252
+ 352,
3253
+ "handleKey",
3254
+ "Mouse0",
3255
+ true
3256
+ ],
3257
+ [
3258
+ 353,
3259
+ "setPointerPosition",
3260
+ 1,
3261
+ 1
3262
+ ],
3263
+ [
3264
+ 353,
3265
+ "setPointerPosition",
3266
+ 437.48749430291355,
3267
+ 241.0484269602845
3268
+ ],
3269
+ [
3270
+ 354,
3271
+ "setPointerPosition",
3272
+ 1,
3273
+ 1
3274
+ ],
3275
+ [
3276
+ 354,
3277
+ "setPointerPosition",
3278
+ 354.4520880840719,
3279
+ 290.37014131744706
3280
+ ],
3281
+ [
3282
+ 355,
3283
+ "setPointerPosition",
3284
+ 1,
3285
+ 1
3286
+ ],
3287
+ [
3288
+ 355,
3289
+ "setPointerPosition",
3290
+ 271.4166818652302,
3291
+ 339.69185567460954
3292
+ ],
3293
+ [
3294
+ 356,
3295
+ "setPointerPosition",
3296
+ 1,
3297
+ 1
3298
+ ],
3299
+ [
3300
+ 356,
3301
+ "setPointerPosition",
3302
+ 188.38127564638847,
3303
+ 389.0135700317721
3304
+ ],
3305
+ [
3306
+ 357,
3307
+ "setPointerPosition",
3308
+ 1,
3309
+ 1
3310
+ ],
3311
+ [
3312
+ 357,
3313
+ "setPointerPosition",
3314
+ 105.34586942754686,
3315
+ 438.3352843889346
3316
+ ],
3317
+ [
3318
+ 358,
3319
+ "setPointerPosition",
3320
+ 1,
3321
+ 1
3322
+ ],
3323
+ [
3324
+ 358,
3325
+ "setPointerPosition",
3326
+ 22.310463208705187,
3327
+ 487.6569987460971
3328
+ ],
3329
+ [
3330
+ 358,
3331
+ "handleMouseButton",
3332
+ 0,
3333
+ false
3334
+ ],
3335
+ [
3336
+ 358,
3337
+ "handleKey",
3338
+ "Mouse0",
3339
+ false
3340
+ ],
3341
+ [
3342
+ 359,
3343
+ "setPointerPosition",
3344
+ 1,
3345
+ 1
3346
+ ],
3347
+ [
3348
+ 360,
3349
+ "setPointerPosition",
3350
+ 1,
3351
+ 1
3352
+ ],
3353
+ [
3354
+ 361,
3355
+ "setPointerPosition",
3356
+ 1,
3357
+ 1
3358
+ ],
3359
+ [
3360
+ 361,
3361
+ "handleMouseButton",
3362
+ 0,
3363
+ true
3364
+ ],
3365
+ [
3366
+ 361,
3367
+ "handleKey",
3368
+ "Mouse0",
3369
+ true
3370
+ ],
3371
+ [
3372
+ 362,
3373
+ "setPointerPosition",
3374
+ 1,
3375
+ 1
3376
+ ],
3377
+ [
3378
+ 362,
3379
+ "handleMouseButton",
3380
+ 0,
3381
+ false
3382
+ ],
3383
+ [
3384
+ 362,
3385
+ "handleKey",
3386
+ "Mouse0",
3387
+ false
3388
+ ],
3389
+ [
3390
+ 363,
3391
+ "setPointerPosition",
3392
+ 1,
3393
+ 1
3394
+ ],
3395
+ [
3396
+ 364,
3397
+ "setPointerPosition",
3398
+ 1,
3399
+ 1
3400
+ ],
3401
+ [
3402
+ 365,
3403
+ "setPointerPosition",
3404
+ 1,
3405
+ 1
3406
+ ],
3407
+ [
3408
+ 366,
3409
+ "setPointerPosition",
3410
+ 1,
3411
+ 1
3412
+ ],
3413
+ [
3414
+ 367,
3415
+ "setPointerPosition",
3416
+ 1,
3417
+ 1
3418
+ ],
3419
+ [
3420
+ 368,
3421
+ "setPointerPosition",
3422
+ 1,
3423
+ 1
3424
+ ],
3425
+ [
3426
+ 369,
3427
+ "setPointerPosition",
3428
+ 1,
3429
+ 1
3430
+ ],
3431
+ [
3432
+ 370,
3433
+ "setPointerPosition",
3434
+ 1,
3435
+ 1
3436
+ ],
3437
+ [
3438
+ 371,
3439
+ "setPointerPosition",
3440
+ 1,
3441
+ 1
3442
+ ],
3443
+ [
3444
+ 372,
3445
+ "setPointerPosition",
3446
+ 1,
3447
+ 1
3448
+ ],
3449
+ [
3450
+ 373,
3451
+ "setPointerPosition",
3452
+ 1,
3453
+ 1
3454
+ ],
3455
+ [
3456
+ 374,
3457
+ "setPointerPosition",
3458
+ 1,
3459
+ 1
3460
+ ],
3461
+ [
3462
+ 375,
3463
+ "setPointerPosition",
3464
+ 1,
3465
+ 1
3466
+ ],
3467
+ [
3468
+ 376,
3469
+ "setPointerPosition",
3470
+ 1,
3471
+ 1
3472
+ ],
3473
+ [
3474
+ 377,
3475
+ "setPointerPosition",
3476
+ 1,
3477
+ 1
3478
+ ],
3479
+ [
3480
+ 378,
3481
+ "setPointerPosition",
3482
+ 1,
3483
+ 1
3484
+ ],
3485
+ [
3486
+ 379,
3487
+ "setPointerPosition",
3488
+ 1,
3489
+ 1
3490
+ ],
3491
+ [
3492
+ 380,
3493
+ "setPointerPosition",
3494
+ 1,
3495
+ 1
3496
+ ],
3497
+ [
3498
+ 381,
3499
+ "setPointerPosition",
3500
+ 1,
3501
+ 1
3502
+ ],
3503
+ [
3504
+ 382,
3505
+ "setPointerPosition",
3506
+ 1,
3507
+ 1
3508
+ ],
3509
+ [
3510
+ 383,
3511
+ "setPointerPosition",
3512
+ 1,
3513
+ 1
3514
+ ],
3515
+ [
3516
+ 384,
3517
+ "setPointerPosition",
3518
+ 1,
3519
+ 1
3520
+ ],
3521
+ [
3522
+ 385,
3523
+ "setPointerPosition",
3524
+ 1,
3525
+ 1
3526
+ ],
3527
+ [
3528
+ 386,
3529
+ "setPointerPosition",
3530
+ 1,
3531
+ 1
3532
+ ],
3533
+ [
3534
+ 387,
3535
+ "setPointerPosition",
3536
+ 1,
3537
+ 1
3538
+ ],
3539
+ [
3540
+ 388,
3541
+ "setPointerPosition",
3542
+ 1,
3543
+ 1
3544
+ ],
3545
+ [
3546
+ 389,
3547
+ "setPointerPosition",
3548
+ 1,
3549
+ 1
3550
+ ],
3551
+ [
3552
+ 390,
3553
+ "setPointerPosition",
3554
+ 1,
3555
+ 1
3556
+ ],
3557
+ [
3558
+ 391,
3559
+ "setPointerPosition",
3560
+ 1,
3561
+ 1
3562
+ ],
3563
+ [
3564
+ 392,
3565
+ "setPointerPosition",
3566
+ 1,
3567
+ 1
3568
+ ],
3569
+ [
3570
+ 393,
3571
+ "setPointerPosition",
3572
+ 1,
3573
+ 1
3574
+ ],
3575
+ [
3576
+ 394,
3577
+ "setPointerPosition",
3578
+ 1,
3579
+ 1
3580
+ ],
3581
+ [
3582
+ 395,
3583
+ "setPointerPosition",
3584
+ 1,
3585
+ 1
3586
+ ],
3587
+ [
3588
+ 396,
3589
+ "setPointerPosition",
3590
+ 1,
3591
+ 1
3592
+ ],
3593
+ [
3594
+ 397,
3595
+ "setPointerPosition",
3596
+ 1,
3597
+ 1
3598
+ ],
3599
+ [
3600
+ 398,
3601
+ "setPointerPosition",
3602
+ 1,
3603
+ 1
3604
+ ],
3605
+ [
3606
+ 399,
3607
+ "setPointerPosition",
3608
+ 1,
3609
+ 1
3610
+ ],
3611
+ [
3612
+ 400,
3613
+ "setPointerPosition",
3614
+ 1,
3615
+ 1
3616
+ ],
3617
+ [
3618
+ 401,
3619
+ "setPointerPosition",
3620
+ 1,
3621
+ 1
3622
+ ],
3623
+ [
3624
+ 402,
3625
+ "setPointerPosition",
3626
+ 1,
3627
+ 1
3628
+ ],
3629
+ [
3630
+ 403,
3631
+ "setPointerPosition",
3632
+ 1,
3633
+ 1
3634
+ ],
3635
+ [
3636
+ 404,
3637
+ "setPointerPosition",
3638
+ 1,
3639
+ 1
3640
+ ],
3641
+ [
3642
+ 405,
3643
+ "setPointerPosition",
3644
+ 1,
3645
+ 1
3646
+ ],
3647
+ [
3648
+ 406,
3649
+ "setPointerPosition",
3650
+ 1,
3651
+ 1
3652
+ ],
3653
+ [
3654
+ 407,
3655
+ "setPointerPosition",
3656
+ 1,
3657
+ 1
3658
+ ],
3659
+ [
3660
+ 407,
3661
+ "handleMouseButton",
3662
+ 0,
3663
+ true
3664
+ ],
3665
+ [
3666
+ 407,
3667
+ "handleKey",
3668
+ "Mouse0",
3669
+ true
3670
+ ],
3671
+ [
3672
+ 408,
3673
+ "setPointerPosition",
3674
+ 1,
3675
+ 1
3676
+ ],
3677
+ [
3678
+ 408,
3679
+ "handleMouseButton",
3680
+ 0,
3681
+ false
3682
+ ],
3683
+ [
3684
+ 408,
3685
+ "handleKey",
3686
+ "Mouse0",
3687
+ false
3688
+ ],
3689
+ [
3690
+ 409,
3691
+ "setPointerPosition",
3692
+ 1,
3693
+ 1
3694
+ ],
3695
+ [
3696
+ 410,
3697
+ "setPointerPosition",
3698
+ 1,
3699
+ 1
3700
+ ],
3701
+ [
3702
+ 411,
3703
+ "setPointerPosition",
3704
+ 1,
3705
+ 1
3706
+ ],
3707
+ [
3708
+ 412,
3709
+ "setPointerPosition",
3710
+ 1,
3711
+ 1
3712
+ ],
3713
+ [
3714
+ 413,
3715
+ "setPointerPosition",
3716
+ 1,
3717
+ 1
3718
+ ],
3719
+ [
3720
+ 414,
3721
+ "setPointerPosition",
3722
+ 1,
3723
+ 1
3724
+ ],
3725
+ [
3726
+ 415,
3727
+ "setPointerPosition",
3728
+ 1,
3729
+ 1
3730
+ ],
3731
+ [
3732
+ 416,
3733
+ "setPointerPosition",
3734
+ 1,
3735
+ 1
3736
+ ],
3737
+ [
3738
+ 417,
3739
+ "setPointerPosition",
3740
+ 1,
3741
+ 1
3742
+ ],
3743
+ [
3744
+ 418,
3745
+ "setPointerPosition",
3746
+ 1,
3747
+ 1
3748
+ ],
3749
+ [
3750
+ 419,
3751
+ "setPointerPosition",
3752
+ 1,
3753
+ 1
3754
+ ],
3755
+ [
3756
+ 419,
3757
+ "setPointerPosition",
3758
+ 321.56331634148955,
3759
+ 485.3077092766762
3760
+ ],
3761
+ [
3762
+ 419,
3763
+ "handleMouseButton",
3764
+ 0,
3765
+ true
3766
+ ],
3767
+ [
3768
+ 419,
3769
+ "handleKey",
3770
+ "Mouse0",
3771
+ true
3772
+ ],
3773
+ [
3774
+ 420,
3775
+ "setPointerPosition",
3776
+ 1,
3777
+ 1
3778
+ ],
3779
+ [
3780
+ 420,
3781
+ "setPointerPosition",
3782
+ 271.35505084879696,
3783
+ 412.5346380254875
3784
+ ],
3785
+ [
3786
+ 421,
3787
+ "setPointerPosition",
3788
+ 1,
3789
+ 1
3790
+ ],
3791
+ [
3792
+ 421,
3793
+ "setPointerPosition",
3794
+ 221.14678535610437,
3795
+ 339.76156677429873
3796
+ ],
3797
+ [
3798
+ 422,
3799
+ "setPointerPosition",
3800
+ 1,
3801
+ 1
3802
+ ],
3803
+ [
3804
+ 422,
3805
+ "setPointerPosition",
3806
+ 170.93851986341178,
3807
+ 266.98849552311003
3808
+ ],
3809
+ [
3810
+ 423,
3811
+ "setPointerPosition",
3812
+ 1,
3813
+ 1
3814
+ ],
3815
+ [
3816
+ 423,
3817
+ "setPointerPosition",
3818
+ 120.73025437071917,
3819
+ 194.21542427192128
3820
+ ],
3821
+ [
3822
+ 424,
3823
+ "setPointerPosition",
3824
+ 1,
3825
+ 1
3826
+ ],
3827
+ [
3828
+ 424,
3829
+ "setPointerPosition",
3830
+ 70.5219888780266,
3831
+ 121.44235302073258
3832
+ ],
3833
+ [
3834
+ 425,
3835
+ "setPointerPosition",
3836
+ 1,
3837
+ 1
3838
+ ],
3839
+ [
3840
+ 425,
3841
+ "setPointerPosition",
3842
+ 20.313723385334015,
3843
+ 48.669281769543886
3844
+ ],
3845
+ [
3846
+ 425,
3847
+ "handleMouseButton",
3848
+ 0,
3849
+ false
3850
+ ],
3851
+ [
3852
+ 425,
3853
+ "handleKey",
3854
+ "Mouse0",
3855
+ false
3856
+ ],
3857
+ [
3858
+ 426,
3859
+ "setPointerPosition",
3860
+ 1,
3861
+ 1
3862
+ ],
3863
+ [
3864
+ 427,
3865
+ "setPointerPosition",
3866
+ 1,
3867
+ 1
3868
+ ],
3869
+ [
3870
+ 428,
3871
+ "setPointerPosition",
3872
+ 1,
3873
+ 1
3874
+ ],
3875
+ [
3876
+ 429,
3877
+ "setPointerPosition",
3878
+ 1,
3879
+ 1
3880
+ ],
3881
+ [
3882
+ 430,
3883
+ "setPointerPosition",
3884
+ 1,
3885
+ 1
3886
+ ],
3887
+ [
3888
+ 431,
3889
+ "setPointerPosition",
3890
+ 1,
3891
+ 1
3892
+ ],
3893
+ [
3894
+ 432,
3895
+ "setPointerPosition",
3896
+ 1,
3897
+ 1
3898
+ ],
3899
+ [
3900
+ 433,
3901
+ "setPointerPosition",
3902
+ 1,
3903
+ 1
3904
+ ],
3905
+ [
3906
+ 434,
3907
+ "setPointerPosition",
3908
+ 1,
3909
+ 1
3910
+ ],
3911
+ [
3912
+ 435,
3913
+ "setPointerPosition",
3914
+ 1,
3915
+ 1
3916
+ ],
3917
+ [
3918
+ 436,
3919
+ "setPointerPosition",
3920
+ 1,
3921
+ 1
3922
+ ],
3923
+ [
3924
+ 437,
3925
+ "setPointerPosition",
3926
+ 1,
3927
+ 1
3928
+ ],
3929
+ [
3930
+ 438,
3931
+ "setPointerPosition",
3932
+ 1,
3933
+ 1
3934
+ ],
3935
+ [
3936
+ 439,
3937
+ "setPointerPosition",
3938
+ 1,
3939
+ 1
3940
+ ],
3941
+ [
3942
+ 440,
3943
+ "setPointerPosition",
3944
+ 1,
3945
+ 1
3946
+ ],
3947
+ [
3948
+ 441,
3949
+ "setPointerPosition",
3950
+ 1,
3951
+ 1
3952
+ ],
3953
+ [
3954
+ 442,
3955
+ "setPointerPosition",
3956
+ 1,
3957
+ 1
3958
+ ],
3959
+ [
3960
+ 442,
3961
+ "handleMouseButton",
3962
+ 0,
3963
+ true
3964
+ ],
3965
+ [
3966
+ 442,
3967
+ "handleKey",
3968
+ "Mouse0",
3969
+ true
3970
+ ],
3971
+ [
3972
+ 443,
3973
+ "setPointerPosition",
3974
+ 1,
3975
+ 1
3976
+ ],
3977
+ [
3978
+ 443,
3979
+ "handleMouseButton",
3980
+ 0,
3981
+ false
3982
+ ],
3983
+ [
3984
+ 443,
3985
+ "handleKey",
3986
+ "Mouse0",
3987
+ false
3988
+ ],
3989
+ [
3990
+ 444,
3991
+ "setPointerPosition",
3992
+ 1,
3993
+ 1
3994
+ ],
3995
+ [
3996
+ 445,
3997
+ "setPointerPosition",
3998
+ 1,
3999
+ 1
4000
+ ],
4001
+ [
4002
+ 446,
4003
+ "setPointerPosition",
4004
+ 1,
4005
+ 1
4006
+ ],
4007
+ [
4008
+ 447,
4009
+ "setPointerPosition",
4010
+ 1,
4011
+ 1
4012
+ ],
4013
+ [
4014
+ 448,
4015
+ "setPointerPosition",
4016
+ 1,
4017
+ 1
4018
+ ],
4019
+ [
4020
+ 449,
4021
+ "setPointerPosition",
4022
+ 1,
4023
+ 1
4024
+ ],
4025
+ [
4026
+ 450,
4027
+ "setPointerPosition",
4028
+ 1,
4029
+ 1
4030
+ ],
4031
+ [
4032
+ 451,
4033
+ "setPointerPosition",
4034
+ 1,
4035
+ 1
4036
+ ],
4037
+ [
4038
+ 452,
4039
+ "setPointerPosition",
4040
+ 1,
4041
+ 1
4042
+ ],
4043
+ [
4044
+ 453,
4045
+ "setPointerPosition",
4046
+ 1,
4047
+ 1
4048
+ ],
4049
+ [
4050
+ 454,
4051
+ "setPointerPosition",
4052
+ 1,
4053
+ 1
4054
+ ],
4055
+ [
4056
+ 455,
4057
+ "setPointerPosition",
4058
+ 1,
4059
+ 1
4060
+ ],
4061
+ [
4062
+ 456,
4063
+ "setPointerPosition",
4064
+ 1,
4065
+ 1
4066
+ ],
4067
+ [
4068
+ 457,
4069
+ "setPointerPosition",
4070
+ 1,
4071
+ 1
4072
+ ],
4073
+ [
4074
+ 458,
4075
+ "setPointerPosition",
4076
+ 1,
4077
+ 1
4078
+ ],
4079
+ [
4080
+ 459,
4081
+ "setPointerPosition",
4082
+ 1,
4083
+ 1
4084
+ ],
4085
+ [
4086
+ 460,
4087
+ "setPointerPosition",
4088
+ 1,
4089
+ 1
4090
+ ],
4091
+ [
4092
+ 461,
4093
+ "setPointerPosition",
4094
+ 1,
4095
+ 1
4096
+ ],
4097
+ [
4098
+ 462,
4099
+ "setPointerPosition",
4100
+ 1,
4101
+ 1
4102
+ ],
4103
+ [
4104
+ 463,
4105
+ "setPointerPosition",
4106
+ 1,
4107
+ 1
4108
+ ],
4109
+ [
4110
+ 464,
4111
+ "setPointerPosition",
4112
+ 1,
4113
+ 1
4114
+ ],
4115
+ [
4116
+ 465,
4117
+ "setPointerPosition",
4118
+ 1,
4119
+ 1
4120
+ ],
4121
+ [
4122
+ 466,
4123
+ "setPointerPosition",
4124
+ 1,
4125
+ 1
4126
+ ],
4127
+ [
4128
+ 467,
4129
+ "setPointerPosition",
4130
+ 1,
4131
+ 1
4132
+ ],
4133
+ [
4134
+ 468,
4135
+ "setPointerPosition",
4136
+ 1,
4137
+ 1
4138
+ ],
4139
+ [
4140
+ 469,
4141
+ "setPointerPosition",
4142
+ 1,
4143
+ 1
4144
+ ],
4145
+ [
4146
+ 470,
4147
+ "setPointerPosition",
4148
+ 1,
4149
+ 1
4150
+ ],
4151
+ [
4152
+ 471,
4153
+ "setPointerPosition",
4154
+ 1,
4155
+ 1
4156
+ ],
4157
+ [
4158
+ 471,
4159
+ "setPointerPosition",
4160
+ 147.97755349427462,
4161
+ 272.94322641566396
4162
+ ],
4163
+ [
4164
+ 471,
4165
+ "handleMouseButton",
4166
+ 0,
4167
+ true
4168
+ ],
4169
+ [
4170
+ 471,
4171
+ "handleKey",
4172
+ "Mouse0",
4173
+ true
4174
+ ],
4175
+ [
4176
+ 472,
4177
+ "setPointerPosition",
4178
+ 1,
4179
+ 1
4180
+ ],
4181
+ [
4182
+ 472,
4183
+ "handleMouseButton",
4184
+ 0,
4185
+ true
4186
+ ],
4187
+ [
4188
+ 472,
4189
+ "handleKey",
4190
+ "Mouse0",
4191
+ true
4192
+ ],
4193
+ [
4194
+ 473,
4195
+ "setPointerPosition",
4196
+ 1,
4197
+ 1
4198
+ ],
4199
+ [
4200
+ 473,
4201
+ "handleMouseButton",
4202
+ 0,
4203
+ false
4204
+ ],
4205
+ [
4206
+ 473,
4207
+ "handleKey",
4208
+ "Mouse0",
4209
+ false
4210
+ ],
4211
+ [
4212
+ 474,
4213
+ "setPointerPosition",
4214
+ 1,
4215
+ 1
4216
+ ],
4217
+ [
4218
+ 474,
4219
+ "setPointerPosition",
4220
+ 206.41993179917336,
4221
+ 289.4592237131049
4222
+ ],
4223
+ [
4224
+ 475,
4225
+ "setPointerPosition",
4226
+ 1,
4227
+ 1
4228
+ ],
4229
+ [
4230
+ 475,
4231
+ "setPointerPosition",
4232
+ 264.8623101040721,
4233
+ 305.9752210105459
4234
+ ],
4235
+ [
4236
+ 476,
4237
+ "setPointerPosition",
4238
+ 1,
4239
+ 1
4240
+ ],
4241
+ [
4242
+ 476,
4243
+ "setPointerPosition",
4244
+ 323.30468840897083,
4245
+ 322.49121830798686
4246
+ ],
4247
+ [
4248
+ 477,
4249
+ "setPointerPosition",
4250
+ 1,
4251
+ 1
4252
+ ],
4253
+ [
4254
+ 477,
4255
+ "setPointerPosition",
4256
+ 381.7470667138696,
4257
+ 339.00721560542786
4258
+ ],
4259
+ [
4260
+ 478,
4261
+ "setPointerPosition",
4262
+ 1,
4263
+ 1
4264
+ ],
4265
+ [
4266
+ 478,
4267
+ "setPointerPosition",
4268
+ 440.1894450187683,
4269
+ 355.5232129028688
4270
+ ]
4271
+ ],
4272
+ "scene": {
4273
+ "path": "src/game.scene.json",
4274
+ "name": "Molehill",
4275
+ "engine": "0.69.0"
4276
+ }
4277
+ }