Fixes bugs #2213 and #2214, improves the Android joystick code button handling

This commit is contained in:
Gabriel Jacobo 2013-11-10 20:13:27 -03:00
parent 2f9cd96d99
commit 90cd003e2a
2 changed files with 93 additions and 23 deletions

View file

@ -433,4 +433,6 @@ Reference: http://www.khronos.org/registry/egl/specs/EGLTechNote0001.html
Known issues
================================================================================
- TODO. I'm sure there's a bunch more stuff I haven't thought of
- The number of buttons reported for each joystick is hardcoded to be 36, which
is the current maximum number of buttons Android can report.