tomb-raider-raise: add deadzone to leftJoystick

This commit is contained in:
redphx 2024-02-11 07:37:21 +07:00
parent 2996b6289e
commit 7ac7286385

View File

@ -103,7 +103,11 @@
"type": "joystick", "type": "joystick",
"axis": { "axis": {
"input": "axisXY", "input": "axisXY",
"output": "leftJoystick" "output": "leftJoystick",
"deadzone": {
"threshold": 0.2,
"radial": true
}
}, },
"action": [ "action": [
"leftTrigger", "leftTrigger",