Stratasys-450mc-VR/Assets/watch.inputactions
Cody Wright 3f5c7ab5e9 WIP: Added Watch Swapping
Added watch wrist swapping by using "Tab" on keyboard. Watch rotaion is 180 degrees off on the left wrist. Also need to set swapping wrists to controllers.
2024-01-30 17:44:46 -05:00

95 lines
2.6 KiB
Plaintext

{
"name": "watch",
"maps": [
{
"name": "Player",
"id": "ebb20b56-f19a-4463-8f5b-234602a69d60",
"actions": [
{
"name": "switch",
"type": "Button",
"id": "e2b8d532-47a6-4302-a1ea-5b5ede1a1ca2",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
"id": "f82ac6a5-2d78-4a61-aef2-374388e8989d",
"path": "<Keyboard>/tab",
"interactions": "",
"processors": "",
"groups": "Keyboard&Mouse",
"action": "switch",
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": [
{
"name": "Keyboard&Mouse",
"bindingGroup": "Keyboard&Mouse",
"devices": [
{
"devicePath": "<Keyboard>",
"isOptional": false,
"isOR": false
},
{
"devicePath": "<Mouse>",
"isOptional": false,
"isOR": false
}
]
},
{
"name": "Gamepad",
"bindingGroup": "Gamepad",
"devices": [
{
"devicePath": "<Gamepad>",
"isOptional": false,
"isOR": false
}
]
},
{
"name": "Touch",
"bindingGroup": "Touch",
"devices": [
{
"devicePath": "<Touchscreen>",
"isOptional": false,
"isOR": false
}
]
},
{
"name": "Joystick",
"bindingGroup": "Joystick",
"devices": [
{
"devicePath": "<Joystick>",
"isOptional": false,
"isOR": false
}
]
},
{
"name": "XR",
"bindingGroup": "XR",
"devices": [
{
"devicePath": "<XRController>",
"isOptional": false,
"isOR": false
}
]
}
]
}