mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
tomb-raider-raise: add deadzone to leftJoystick
This commit is contained in:
parent
2996b6289e
commit
7ac7286385
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user