sinpin-vr/bindings/action_manifest.json

77 lines
1.6 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"
}
],
"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",
"/actions/cursor/in/mouse_left": "mouse left",
"/actions/cursor/in/mouse_right": "mouse right"
}
]
}