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

@@ -81,8 +81,7 @@ class Globals {
public static boolean KeepAspectRatio = false;
public static int ClickScreenPressure = 0;
public static int ClickScreenTouchspotSize = 0;
public static Vector<Integer> RemapHwKeycodeJava = new Vector<Integer>();
public static Vector<Integer> RemapHwKeycodeSdl = new Vector<Integer>();
public static int RemapHwKeycode[] = new int[SDL_Keys.JAVA_KEYCODE_LAST];
}
class LoadLibrary {