@@ -2443,6 +2443,100 @@ Anchor = Left, Top
2443
2443
ToolTip = None
2444
2444
Text = [InputKey]
2445
2445
2446
+ [CollectionBoxInputCapture]
2447
+ ControlType = COLLECTIONBOX
2448
+ Parent = root
2449
+ X = 110
2450
+ Y = 70
2451
+ Width = 260
2452
+ Height = 100
2453
+ Visible = False
2454
+ Enabled = False
2455
+ Name = CollectionBoxInputCapture
2456
+ Anchor = Left, Top
2457
+ ToolTip = None
2458
+ DrawBackground = True
2459
+ DrawType = Image
2460
+ DrawColor = 0
2461
+
2462
+ [LabelCapturingInputFor]
2463
+ ControlType = LABEL
2464
+ Parent = CollectionBoxInputCapture
2465
+ X = 10
2466
+ Y = 10
2467
+ Width = 125
2468
+ Height = 20
2469
+ Visible = True
2470
+ Enabled = True
2471
+ Name = LabelCapturingInputFor
2472
+ Anchor = Left, Top
2473
+ ToolTip = None
2474
+ Text = CAPTURING INPUT FOR:
2475
+ HAlignment = right
2476
+ VAlignment = middle
2477
+
2478
+ [ButtonLabelInputMappingName]
2479
+ ControlType = BUTTON
2480
+ Parent = CollectionBoxInputCapture
2481
+ X = 140
2482
+ Y = 10
2483
+ Width = 110
2484
+ Height = 20
2485
+ Visible = True
2486
+ Enabled = False
2487
+ Name = ButtonLabelInputMappingName
2488
+ Anchor = Left, Top
2489
+ ToolTip = None
2490
+ Text = InputName
2491
+
2492
+ [LabelInputCaptureInstruction1]
2493
+ ControlType = LABEL
2494
+ Parent = CollectionBoxInputCapture
2495
+ X = 10
2496
+ Y = 30
2497
+ Width = 240
2498
+ Height = 20
2499
+ Visible = True
2500
+ Enabled = True
2501
+ Name = LabelInputCaptureInstruction1
2502
+ Anchor = Left, Top
2503
+ ToolTip = None
2504
+ Text = Press key, button or move stick to map input.
2505
+ HAlignment = centre
2506
+ VAlignment = middle
2507
+
2508
+ [LabelInputCaptureInstruction2]
2509
+ ControlType = LABEL
2510
+ Parent = CollectionBoxInputCapture
2511
+ X = 10
2512
+ Y = 50
2513
+ Width = 240
2514
+ Height = 20
2515
+ Visible = True
2516
+ Enabled = True
2517
+ Name = LabelInputCaptureInstruction2
2518
+ Anchor = Left, Top
2519
+ ToolTip = None
2520
+ Text = Press ESC to cancel input mapping.
2521
+ HAlignment = centre
2522
+ VAlignment = middle
2523
+
2524
+ [LabelInputCaptureInstruction3]
2525
+ ControlType = LABEL
2526
+ Parent = CollectionBoxInputCapture
2527
+ X = 10
2528
+ Y = 70
2529
+ Width = 240
2530
+ Height = 20
2531
+ Visible = True
2532
+ Enabled = True
2533
+ Name = LabelInputCaptureInstruction3
2534
+ Anchor = Left, Top
2535
+ ToolTip = None
2536
+ Text = Press DELETE to remove existing mapping.
2537
+ HAlignment = centre
2538
+ VAlignment = middle
2539
+
2446
2540
[CollectionBoxInputMappingWizard]
2447
2541
ControlType = COLLECTIONBOX
2448
2542
Parent = CollectionBoxPlayerInputMapping
0 commit comments