sinpin-vr/bindings/action_manifest.json

95 lines
2.1 KiB
JSON
Raw Permalink Normal View History

{
"default_bindings": [
{
"controller_type": "knuckles",
"binding_url": "index_controller.json"
}
],
"actions": [
{
2023-04-22 19:21:31 +02:00
"name": "/actions/main/in/toggle_visibility",
"requirement": "mandatory",
"type": "boolean"
},
{
2023-04-22 19:21:31 +02:00
"name": "/actions/main/in/edit_mode",
"requirement": "mandatory",
"type": "boolean"
},
{
"name": "/actions/main/in/reset",
"requirement": "suggested",
2023-04-22 19:21:31 +02:00
"type": "boolean"
},
2023-04-29 16:44:25 +02:00
{
"name": "/actions/edit/in/grab",
"requirement": "mandatory",
2023-04-29 16:44:25 +02:00
"type": "boolean"
},
2023-04-24 20:22:09 +02:00
{
"name": "/actions/edit/in/distance",
2023-04-24 20:22:09 +02:00
"requirement": "suggested",
"type": "vector2"
2023-04-24 20:22:09 +02:00
},
2023-04-29 17:06:02 +02:00
{
"name": "/actions/cursor/in/activate_cursor",
2023-04-29 17:06:02 +02:00
"requirement": "suggested",
"type": "boolean"
},
{
"name": "/actions/cursor/in/mouse_left",
2023-04-29 17:06:02 +02:00
"requirement": "suggested",
"type": "boolean"
},
2023-04-22 19:21:31 +02:00
{
"name": "/actions/cursor/in/mouse_right",
"requirement": "suggested",
"type": "boolean"
2023-04-29 19:38:36 +02:00
},
{
"name": "/actions/cursor/in/mouse_middle",
"requirement": "optional",
"type": "boolean"
},
{
"name": "/actions/cursor/in/scroll",
"requirement": "suggested",
"type": "vector2"
2023-05-03 20:56:58 +02:00
},
{
"name": "/actions/cursor/out/scroll_haptic",
"requirement": "suggested",
"type": "vibration"
}
],
"action_sets": [
{
"name": "/actions/main",
"usage": "leftright"
},
{
"name": "/actions/edit",
"usage": "single"
},
{
"name": "/actions/cursor",
"usage": "single"
}
],
"localization": [
{
"language_tag": "en_us",
2023-04-29 16:44:25 +02:00
"/actions/main/in/toggle_visibility": "toggle visibility",
"/actions/main/in/edit_mode": "toggle edit mode",
"/actions/main/in/reset": "reset positions",
"/actions/edit/in/grab": "grab panel",
"/actions/edit/in/distance": "push/pull overlay",
"/actions/cursor/in/activate_cursor": "activate cursor",
2023-04-29 19:38:36 +02:00
"/actions/cursor/in/mouse_left": "left mouse button",
"/actions/cursor/in/mouse_right": "right mouse button",
"/actions/cursor/in/mouse_middle": "middle mouse button",
2023-05-03 20:56:58 +02:00
"/actions/cursor/in/scroll": "scroll",
"/actions/cursor/out/scroll_haptic": "scrolling haptic feedback"
}
]
}