mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-14 17:09:17 +02:00
New custom touch controls (#765)
* Update doom-3.json * Add files via upload * Add files via upload * Add files via upload * Add files via upload
This commit is contained in:
@@ -139,7 +139,20 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "button",
|
||||
"type": "touchpad",
|
||||
"axis": [
|
||||
{
|
||||
"input": "axisX",
|
||||
"output": "rightJoystickX",
|
||||
"sensitivity": 3
|
||||
},
|
||||
{
|
||||
"input": "axisY",
|
||||
"output": "rightJoystickY",
|
||||
"sensitivity": 3
|
||||
}
|
||||
],
|
||||
"renderAsButton": true,
|
||||
"action": "rightTrigger",
|
||||
"styles": {
|
||||
"default": {
|
||||
|
Reference in New Issue
Block a user