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