diff options
Diffstat (limited to 'Assets/Input/PlayerControls.inputactions')
| -rw-r--r-- | Assets/Input/PlayerControls.inputactions | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Assets/Input/PlayerControls.inputactions b/Assets/Input/PlayerControls.inputactions index ed52073..e18714b 100644 --- a/Assets/Input/PlayerControls.inputactions +++ b/Assets/Input/PlayerControls.inputactions @@ -28,6 +28,14 @@ "expectedControlType": "Button", "processors": "", "interactions": "" + }, + { + "name": "UnlockCursor", + "type": "Button", + "id": "9245a8ae-c817-4f60-9b78-f639dd4a52f0", + "expectedControlType": "Button", + "processors": "", + "interactions": "" } ], "bindings": [ @@ -217,6 +225,17 @@ "action": "Look", "isComposite": false, "isPartOfComposite": true + }, + { + "name": "", + "id": "5fe61161-b433-47e3-b01b-f299068b92ae", + "path": "<Keyboard>/f1", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "UnlockCursor", + "isComposite": false, + "isPartOfComposite": false } ] } |
