Menu for editing on-screen controls, not finished yet!

This commit is contained in:
pelya
2010-12-15 17:56:20 +00:00
parent 2f5ac6d276
commit 8c7f63e62b
14 changed files with 285 additions and 48 deletions

View File

@@ -496,7 +496,7 @@ class SDL_Keys
public static String [] names = null;
public static Integer [] values = null;
static final int JAVA_KEYCODE_LAST = android.view.KeyEvent.KEYCODE_MUTE; // = 91
static final int JAVA_KEYCODE_LAST = 110; // Android 2.3 added several new gaming keys, it ends up at keycode 110 currently - plz keep in sync with javakeycodes.h
static
{