-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_controller_profile.json
127 lines (123 loc) · 2.98 KB
/
index_controller_profile.json
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
{
"/input/system" : {
"type" : "button",
"click" : true,
"touch" : true,
"binding_image_point" : [ 34,45 ],
"order" : 1
},
"/input/a" : {
"type" : "button",
"click" : true,
"touch" : true,
"binding_image_point" : [ 26, 42 ],
"order" : 6
},
"/input/b" : {
"type" : "button",
"click" : true,
"touch" : true,
"binding_image_point" : [ 18, 37 ],
"order" : 5
},
"/input/trigger" : {
"type" : "trigger",
"click" : true,
"touch" : true,
"value" : true,
"binding_image_point" : [ 11, 60 ],
"order" : 2
},
"/input/trackpad" : {
"type" : "trackpad",
"force" : true,
"touch" : true,
"binding_image_point" : [ 27, 37 ],
"order" : 3
},
"/input/grip" : {
"type" : "trigger",
"force" : true,
"value" : true,
"touch" : true,
"input_activity_path" : "/input/grip/force",
"input_activity_threshold" : 0.1,
"binding_image_point" : [ 47, 86 ],
"order" : 7
},
"/input/thumbstick" : {
"type" : "joystick",
"click" : true,
"touch" : true,
"binding_image_point" : [ 31, 26 ],
"order" : 4
},
"/input/pinch" : {
"type" : "pinch",
"value_source" : "/input/trigger",
"capsense_source" : "/input/finger/index",
"force_source" : "/input/trackpad",
"binding_image_point" : [ 27, 37 ],
"order" : 8
},
"/input/finger/index" : {
"type" : "trigger",
"visibility" : "InputValueVisibility_AvailableButHidden",
"binding_image_point" : [ 56, 86 ],
"order" : 100
},
"/input/finger/middle" : {
"type" : "trigger",
"visibility" : "InputValueVisibility_AvailableButHidden",
"binding_image_point" : [ 56, 86 ],
"order" : 101
},
"/input/finger/ring" : {
"type" : "trigger",
"visibility" : "InputValueVisibility_AvailableButHidden",
"binding_image_point" : [ 56, 86 ],
"order" : 102
},
"/input/finger/pinky" : {
"type" : "trigger",
"visibility" : "InputValueVisibility_AvailableButHidden",
"binding_image_point" : [ 56, 86 ],
"order" : 103
},
"/pose/raw" : {
"type" : "pose",
"binding_image_point" : [ 5, 35 ]
},
"/pose/base" : {
"type" : "pose",
"binding_image_point" : [ 65, 136 ]
},
"/pose/handgrip" : {
"type" : "pose",
"binding_image_point" : [ 56, 95 ]
},
"/pose/tip" : {
"type" : "pose",
"binding_image_point" : [ 5, 35 ]
},
"/pose/gdc2015" : {
"type" : "pose",
"binding_image_point" : [ 5, 35 ]
},
"/input/skeleton/left" : {
"type" : "skeleton",
"skeleton": "/skeleton/hand/left",
"side" : "left",
"binding_image_point" : [ 5, 35 ]
},
"/input/skeleton/right" : {
"type" : "skeleton",
"skeleton": "/skeleton/hand/right",
"side" : "right",
"binding_image_point" : [ 5, 35 ]
},
"/output/haptic" : {
"type" : "vibration",
"binding_image_point" : [ 5, 35 ]
}
}