@@ -12,50 +12,50 @@ public struct Turntable : INintrollerState
12
12
{
13
13
public static class InputNames
14
14
{
15
- public const string UP = "wtbUP " ;
16
- public const string DOWN = "wtbDOWN " ;
17
- public const string LEFT = "wtbLEFT " ;
18
- public const string RIGHT = "wtbRIGHT " ;
19
-
20
- public const string LUP = "wtbLUP " ;
21
- public const string LDOWN = "wtbLDOWN " ;
22
- public const string LLEFT = "wtbLLEFT " ;
23
- public const string LRIGHT = "wtbLRIGHT " ;
24
-
25
- public const string LX = "wtbLX " ;
26
- public const string LY = "wtbLY " ;
27
-
28
- public const string LTABLECLKWISE = "wtbLTABLECLKWISE " ;
29
- public const string LTABLECTRCLKWISE = "wtbLTABLECTRCLKWISE " ;
30
- public const string LTABLE = "wtbLTABLE " ;
31
-
32
- public const string RTABLECLKWISE = "wtbRTABLECLKWISE " ;
33
- public const string RTABLECTRCLKWISE = "wtbRTABLECTRCLKWISE " ;
34
- public const string RTABLE = "wtbRTABLE " ;
35
-
36
- public const string LG = "wtbLG " ;
37
- public const string LR = "wtbLR " ;
38
- public const string LB = "wtbLB " ;
39
- public const string LBUTTONS = "wtbLBUTTONS " ;
40
-
41
- public const string RG = "wtbRG " ;
42
- public const string RR = "wtbRR " ;
43
- public const string RB = "wtbRB " ;
44
- public const string RBUTTONS = "wtbRBUTTONS " ;
45
-
46
- public const string DIALCLKWISE = "wtbDIALCLKWISE " ;
47
- public const string DIALCTRCLKWISE = "wtbDIALCTRCLKWISE " ;
48
- public const string DIAL = "wtbDIAL " ;
49
- public const string DIALT = "wtbDIALT " ;
50
-
51
- public const string CROSSFADERLEFT = "wtbCROSSFADERLEFT " ;
52
- public const string CROSSFADERRIGHT = "wtbCROSSFADERRIGHT " ;
53
- public const string CROSSFADER = "wtbCROSSFADER " ;
54
- public const string CROSSFADERT = "wtbCROSSFADERT " ;
55
-
56
- public const string EUPHORIA = "wtbEUPHORIA " ;
57
- public const string SELECT = "wtbSELECT " ;
58
- public const string START = "wtbSTART " ;
15
+ public const string UP = "ttbUP " ;
16
+ public const string DOWN = "ttbDOWN " ;
17
+ public const string LEFT = "ttbLEFT " ;
18
+ public const string RIGHT = "ttbRIGHT " ;
19
+
20
+ public const string LUP = "ttbLUP " ;
21
+ public const string LDOWN = "ttbLDOWN " ;
22
+ public const string LLEFT = "ttbLLEFT " ;
23
+ public const string LRIGHT = "ttbLRIGHT " ;
24
+
25
+ public const string LX = "ttbLX " ;
26
+ public const string LY = "ttbLY " ;
27
+
28
+ public const string LTABLECLKWISE = "ttbLTABLECLKWISE " ;
29
+ public const string LTABLECTRCLKWISE = "ttbLTABLECTRCLKWISE " ;
30
+ public const string LTABLE = "ttbLTABLE " ;
31
+
32
+ public const string RTABLECLKWISE = "ttbRTABLECLKWISE " ;
33
+ public const string RTABLECTRCLKWISE = "ttbRTABLECTRCLKWISE " ;
34
+ public const string RTABLE = "ttbRTABLE " ;
35
+
36
+ public const string LG = "ttbLG " ;
37
+ public const string LR = "ttbLR " ;
38
+ public const string LB = "ttbLB " ;
39
+ public const string LBUTTONS = "ttbLBUTTONS " ;
40
+
41
+ public const string RG = "ttbRG " ;
42
+ public const string RR = "ttbRR " ;
43
+ public const string RB = "ttbRB " ;
44
+ public const string RBUTTONS = "ttbRBUTTONS " ;
45
+
46
+ public const string DIALCLKWISE = "ttbDIALCLKWISE " ;
47
+ public const string DIALCTRCLKWISE = "ttbDIALCTRCLKWISE " ;
48
+ public const string DIAL = "ttbDIAL " ;
49
+ public const string DIALT = "ttbDIALT " ;
50
+
51
+ public const string CROSSFADERLEFT = "ttbCROSSFADERLEFT " ;
52
+ public const string CROSSFADERRIGHT = "ttbCROSSFADERRIGHT " ;
53
+ public const string CROSSFADER = "ttbCROSSFADER " ;
54
+ public const string CROSSFADERT = "ttbCROSSFADERT " ;
55
+
56
+ public const string EUPHORIA = "ttbEUPHORIA " ;
57
+ public const string SELECT = "ttbSELECT " ;
58
+ public const string START = "ttbSTART " ;
59
59
}
60
60
61
61
#if DEBUG
@@ -476,7 +476,7 @@ public void SetCalibration(string calibrationString)
476
476
public string GetCalibrationString ( )
477
477
{
478
478
StringBuilder sb = new StringBuilder ( ) ;
479
- sb . Append ( "-wtb " ) ;
479
+ sb . Append ( "-ttb " ) ;
480
480
sb . Append ( ":joy" ) ;
481
481
sb . Append ( "|" ) ; sb . Append ( Joy . centerX ) ;
482
482
sb . Append ( "|" ) ; sb . Append ( Joy . minX ) ;
0 commit comments