I am using the standard Android SDK and I have located all of the KeyEvent codes/enumerations for the wonderful Ouya game pad ( e.g. KEYCODE_BUTTON_R1 ) apart from those for the second analogue stick.
Its not critical I access that other "joystick" but it would be nice. I cannot trap the keycodes either for it other than when i push directly down on it ( the event that makes that character run in a game like Call of Duty for example ).
Is it possible to access this second analogue stick from the standard Android SDK ?
Many thanks in advance
Comments