Fixed keycode remapper

This commit is contained in:
pelya
2010-12-10 17:02:45 +00:00
parent 658bec6205
commit 22f21566a7
2 changed files with 10 additions and 5 deletions

View File

@@ -496,7 +496,7 @@ class SDL_Keys
public static String [] names = null;
public static Integer [] values = null;
static final JAVA_KEYCODE_LAST = android.view.KeyEvent.KEYCODE_MUTE; // = 91
static final int JAVA_KEYCODE_LAST = android.view.KeyEvent.KEYCODE_MUTE; // = 91
static
{