added meta config
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"touchscreen": {
|
||||||
|
"mode": [
|
||||||
|
"crosspad",
|
||||||
|
"joystick",
|
||||||
|
"swipe"
|
||||||
|
],
|
||||||
|
"deadzone": {
|
||||||
|
"min": 1,
|
||||||
|
"max": 100
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"gamepad": {
|
||||||
|
"deadzone": {
|
||||||
|
"min": 0,
|
||||||
|
"max": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user