[V2 UI] Implements account switcher

This commit is contained in:
khanhduytran0
2020-12-07 15:32:17 +07:00
parent 03c2f1c00b
commit 598692ea93
7 changed files with 48 additions and 16 deletions

View File

@@ -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>();