Files
UltimateFishing/Assets/Resources/input/vive_pro_profile.json
2026-02-21 16:45:37 +08:00

37 lines
786 B
JSON

{
"jsonid" : "input_profile",
"controller_type": "vive_pro",
"input_bindingui_mode" : "hmd",
"input_bindingui_right" :
{
"image": "{htc}/icons/vivepro_hmd.svg"
},
"input_source" :
{
"/input/system" : {
"type" : "button",
"order" : 1,
"binding_image_point" : [ 127, 62 ]
},
"/input/volume_up" : {
"type" : "button",
"order" : 2,
"binding_image_point" : [ 210, 100 ]
},
"/input/volume_down" : {
"type" : "button",
"order" : 3,
"binding_image_point" : [ 210, 130 ]
},
"/input/mute_mic" : {
"type" : "button",
"order" : 4,
"binding_image_point" : [ 88, 148 ]
},
"/pose/raw" : {
"type" : "pose",
"binding_image_point" : [ 63, 148 ]
}
}
}