mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
RE2: fix gyro not working
This commit is contained in:
parent
2ab431d1b5
commit
b6a97263b4
@ -25,7 +25,7 @@
|
||||
"axis": {
|
||||
"input": "axisXY",
|
||||
"output": "rightJoystick",
|
||||
"sensitivity": 2
|
||||
"sensitivity": 3
|
||||
},
|
||||
"styles": {
|
||||
"default": {
|
||||
@ -37,7 +37,17 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"sensors": [
|
||||
{
|
||||
"type": "gyroscope",
|
||||
"axis": {
|
||||
"input": "axisXY",
|
||||
"output": "rightJoystick",
|
||||
"sensitivity": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"left": {
|
||||
@ -92,10 +102,6 @@
|
||||
},
|
||||
"action": [
|
||||
"leftTrigger",
|
||||
{
|
||||
"type": "layer",
|
||||
"target": "EnableGyro"
|
||||
},
|
||||
{
|
||||
"type": "layer",
|
||||
"target": "AimTouchpad"
|
||||
@ -198,12 +204,12 @@
|
||||
{
|
||||
"input": "axisX",
|
||||
"output": "rightJoystickX",
|
||||
"sensitivity": 1
|
||||
"sensitivity": 3
|
||||
},
|
||||
{
|
||||
"input": "axisY",
|
||||
"output": "rightJoystickY",
|
||||
"sensitivity": 1
|
||||
"sensitivity": 3
|
||||
}
|
||||
],
|
||||
"renderAsButton": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user