mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
tomb-raider-raise: add deadzone to leftJoystick
This commit is contained in:
parent
2996b6289e
commit
7ac7286385
@ -103,7 +103,11 @@
|
||||
"type": "joystick",
|
||||
"axis": {
|
||||
"input": "axisXY",
|
||||
"output": "leftJoystick"
|
||||
"output": "leftJoystick",
|
||||
"deadzone": {
|
||||
"threshold": 0.2,
|
||||
"radial": true
|
||||
}
|
||||
},
|
||||
"action": [
|
||||
"leftTrigger",
|
||||
|
Loading…
x
Reference in New Issue
Block a user