(Android) Shield - right analog stick Y axis was inverted
This commit is contained in:
parent
81c9711d61
commit
d2b75d31bd
|
@ -37,8 +37,8 @@ DECL_AXIS(l_y_plus, +1) \
|
|||
DECL_AXIS(l_y_minus, -1) \
|
||||
DECL_AXIS(r_x_plus, +2) \
|
||||
DECL_AXIS(r_x_minus, -2) \
|
||||
DECL_AXIS(r_y_plus, -3) \
|
||||
DECL_AXIS(r_y_minus, +3) \
|
||||
DECL_AXIS(r_y_plus, +3) \
|
||||
DECL_AXIS(r_y_minus, -3) \
|
||||
DECL_MENU(108)
|
||||
|
||||
// TODO
|
||||
|
|
Loading…
Reference in New Issue