SDL keycodes now can be redefined by user

This commit is contained in:
pelya
2010-12-10 16:42:55 +00:00
parent d40771de0d
commit 658bec6205
8 changed files with 63 additions and 31 deletions

View File

@@ -495,6 +495,8 @@ 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
{