mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Palworld: convert leftTrigger button to touchpad
This commit is contained in:
parent
dca2223c70
commit
fb4bada847
@ -109,8 +109,23 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "touchpad",
|
||||||
"action": "leftTrigger"
|
"axis": [
|
||||||
|
{
|
||||||
|
"input": "axisX",
|
||||||
|
"output": "leftJoystickX",
|
||||||
|
"sensitivity": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"input": "axisY",
|
||||||
|
"output": "leftJoystickY",
|
||||||
|
"sensitivity": 10
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"renderAsButton": true,
|
||||||
|
"action": [
|
||||||
|
"leftTrigger"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user