cocoon: update left joystick

This commit is contained in:
redphx 2024-04-13 05:39:35 +07:00 committed by GitHub
parent 2231750019
commit e8ba34fe47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,11 @@
"inner": [ "inner": [
{ {
"type": "joystick", "type": "joystick",
"expand": false,
"axis": { "axis": {
"input": "axisXY", "input": "axisXY",
"output": "leftJoystick" "output": "leftJoystick"
}, }
"relative": false
} }
] ]
}, },