Change web address, smaller code

This commit is contained in:
khanhduytran0
2020-04-09 12:30:36 +07:00
parent e45068c880
commit 19d267dfec
39 changed files with 577 additions and 469 deletions

View File

@@ -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