Android: Add IR width/height/center defaults
The added values were the most common from the few games tested this can be changed later if thats not the case
This commit is contained in:
parent
8c3129697c
commit
f993659249
|
@ -18,6 +18,9 @@ IR/Right = `Axis 115`
|
|||
IR/Forward = `Axis 116`
|
||||
IR/Backward = `Axis 117`
|
||||
IR/Hide = `Button 118`
|
||||
IR/Height = 50
|
||||
IR/Width = 30
|
||||
IR/Center = 50
|
||||
Swing/Up = `Axis 120`
|
||||
Swing/Down = `Axis 121`
|
||||
Swing/Left = `Axis 122`
|
||||
|
@ -154,6 +157,9 @@ IR/Right = `Axis 115`
|
|||
IR/Forward = `Axis 116`
|
||||
IR/Backward = `Axis 117`
|
||||
IR/Hide = `Button 118`
|
||||
IR/Height = 50
|
||||
IR/Width = 30
|
||||
IR/Center = 50
|
||||
Swing/Up = `Axis 120`
|
||||
Swing/Down = `Axis 121`
|
||||
Swing/Left = `Axis 122`
|
||||
|
@ -290,6 +296,9 @@ IR/Right = `Axis 115`
|
|||
IR/Forward = `Axis 116`
|
||||
IR/Backward = `Axis 117`
|
||||
IR/Hide = `Button 118`
|
||||
IR/Height = 50
|
||||
IR/Width = 30
|
||||
IR/Center = 50
|
||||
Swing/Up = `Axis 120`
|
||||
Swing/Down = `Axis 121`
|
||||
Swing/Left = `Axis 122`
|
||||
|
@ -426,6 +435,9 @@ IR/Right = `Axis 115`
|
|||
IR/Forward = `Axis 116`
|
||||
IR/Backward = `Axis 117`
|
||||
IR/Hide = `Button 118`
|
||||
IR/Height = 50
|
||||
IR/Width = 30
|
||||
IR/Center = 50
|
||||
Swing/Up = `Axis 120`
|
||||
Swing/Down = `Axis 121`
|
||||
Swing/Left = `Axis 122`
|
||||
|
|
|
@ -18,6 +18,9 @@ IR/Right = `Axis 115`
|
|||
IR/Forward = `Axis 116`
|
||||
IR/Backward = `Axis 117`
|
||||
IR/Hide = `Button 118`
|
||||
IR/Height = 50
|
||||
IR/Width = 30
|
||||
IR/Center = 50
|
||||
Swing/Up = `Axis 120`
|
||||
Swing/Down = `Axis 121`
|
||||
Swing/Left = `Axis 122`
|
||||
|
|
Loading…
Reference in New Issue