diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-24 00:14:06 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-24 00:14:06 -0400 |
| commit | 581eb102d540bc495ec62dae25fcea0d676d1a59 (patch) | |
| tree | 898078c2580819b953ad7696779269827667e853 /Assets/Input/PlayerControls.inputactions | |
| parent | 4c192cebf7af6c271b8a8a9b10616c85ab2856dd (diff) | |
| download | Project-Sandbox-581eb102d540bc495ec62dae25fcea0d676d1a59.tar.gz Project-Sandbox-581eb102d540bc495ec62dae25fcea0d676d1a59.tar.bz2 Project-Sandbox-581eb102d540bc495ec62dae25fcea0d676d1a59.zip | |
Dialogue; Unlock cursor
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 } ] } |
