mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 12:49:18 +02:00
vr WIP
This commit is contained in:
18
openvrconfig/openvr_actions.json
Normal file
18
openvrconfig/openvr_actions.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"default_bindings": [
|
||||
{
|
||||
"binding_url" : "bindings_knuckles.json",
|
||||
"controller_type" : "knuckles"
|
||||
}
|
||||
],
|
||||
"actions": [
|
||||
{ "name": "/actions/main/in/PrimaryAction", "requirement": "mandatory", "type": "boolean" },
|
||||
{ "name": "/actions/main/in/SecondaryAction", "requirement": "mandatory", "type": "boolean" }
|
||||
],
|
||||
"action_sets": [
|
||||
{ "name": "/actions/main", "usage": "leftright" }
|
||||
],
|
||||
"localization": [
|
||||
{ "language_tag": "en_us", "/actions/main": "Main", "/actions/main/in/PrimaryAction": "Primary action", "/actions/main/in/SecondaryAction": "Secondary action" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user