-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathF450_Inputs.inputactions
159 lines (159 loc) · 5.83 KB
/
F450_Inputs.inputactions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "F450_Inputs",
"maps": [
{
"name": "F450",
"id": "4268e898-5a59-4fe0-89ac-0668c4fba119",
"actions": [
{
"name": "Cyclic",
"type": "PassThrough",
"id": "6c9f0098-eba6-4db8-8bca-d4e635ea30bc",
"expectedControlType": "Vector2",
"processors": "",
"interactions": ""
},
{
"name": "Throttle",
"type": "PassThrough",
"id": "094bcbd4-4b26-45d3-a458-9eea910ff756",
"expectedControlType": "Axis",
"processors": "",
"interactions": ""
},
{
"name": "Pedals",
"type": "PassThrough",
"id": "137e5004-4e6b-48c6-8184-0d968e7af512",
"expectedControlType": "Axis",
"processors": "",
"interactions": ""
}
],
"bindings": [
{
"name": "RPY",
"id": "10ceb956-9f26-4213-a1fb-da83cb49f544",
"path": "2DVector",
"interactions": "",
"processors": "",
"groups": "",
"action": "Cyclic",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "up",
"id": "2d85b272-e6a7-47bd-9f78-e2282027544f",
"path": "<Gamepad>/leftStick/up",
"interactions": "",
"processors": "",
"groups": "",
"action": "Cyclic",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "down",
"id": "bfc00b98-1ad0-4364-bd90-71272120f0ed",
"path": "<Gamepad>/leftStick/down",
"interactions": "",
"processors": "",
"groups": "",
"action": "Cyclic",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "left",
"id": "2f930abe-96ca-432e-aa9a-d3904795b822",
"path": "<Gamepad>/leftStick/left",
"interactions": "",
"processors": "",
"groups": "",
"action": "Cyclic",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "right",
"id": "7cd51cf6-b6c8-4892-be77-e2435b283616",
"path": "<Gamepad>/leftStick/right",
"interactions": "",
"processors": "",
"groups": "",
"action": "Cyclic",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "ForwardBackwards",
"id": "9a37355c-a75e-437f-9ee9-3436184839bc",
"path": "1DAxis",
"interactions": "",
"processors": "",
"groups": "",
"action": "Throttle",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "negative",
"id": "2177bdd0-4521-44c4-88d3-cbc256ac02b8",
"path": "<Gamepad>/rightStick/down",
"interactions": "",
"processors": "",
"groups": "",
"action": "Throttle",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "positive",
"id": "86691b5f-40a8-4233-ad53-d3aef7b9995e",
"path": "<Gamepad>/rightStick/up",
"interactions": "",
"processors": "",
"groups": "",
"action": "Throttle",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "Lateral",
"id": "dac1b63e-479b-400f-a3f8-315bbcb62b01",
"path": "1DAxis",
"interactions": "",
"processors": "",
"groups": "",
"action": "Pedals",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "negative",
"id": "972298bd-ca32-425b-987e-23185a346d3c",
"path": "<Gamepad>/rightStick/left",
"interactions": "",
"processors": "",
"groups": "",
"action": "Pedals",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "positive",
"id": "fe50169c-bfd4-4c5f-b7a8-a3d8c53a0445",
"path": "<Gamepad>/rightStick/right",
"interactions": "",
"processors": "",
"groups": "",
"action": "Pedals",
"isComposite": false,
"isPartOfComposite": true
}
]
}
],
"controlSchemes": []
}