mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-26 12:37:29 -04:00
Change web address, smaller code
This commit is contained in:
@@ -12,7 +12,11 @@ public class AndroidLWJGLKeycode {
|
||||
private static final ArrayMap<Integer, Integer> androidToLwjglMap;
|
||||
private static String[] androidKeyNameArray;
|
||||
static {
|
||||
// OOPS I waste my time to map this, but already have another.
|
||||
/*
|
||||
* There are already have mapped in
|
||||
* org.lwjgl.opengl.AndroidKeyCodes
|
||||
* but this key map is more than.
|
||||
*/
|
||||
|
||||
|
||||
// Mapping Android Keycodes to LWJGL Keycodes
|
||||
|
||||
Reference in New Issue
Block a user