mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 01:27:02 -04:00
[V2 UI] Implements account switcher
This commit is contained in:
@@ -11,13 +11,6 @@ public class AndroidLWJGLKeycode {
|
||||
private static final ArrayMap<Integer, Integer> androidToLwjglMap;
|
||||
private static String[] androidKeyNameArray;
|
||||
static {
|
||||
/*
|
||||
* There are already have mapped in
|
||||
* org.lwjgl.opengl.AndroidKeyCodes
|
||||
* but this key map is more than.
|
||||
*/
|
||||
|
||||
|
||||
// Mapping Android Keycodes to LWJGL Keycodes
|
||||
androidToLwjglMap = new ArrayMap<Integer, Integer>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user