public class GlfwKeyMap
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static int |
fromJmeKeyCode(int jmeKey)
Returns the glfw keycode that matches the specified jme keycode or
GLFW_KEY_UNKNOWN if there isn't any match.
|
static int |
toJmeKeyCode(int glfwKey)
Returns the jme keycode that matches the specified glfw keycode
|
public static int toJmeKeyCode(int glfwKey)
glfwKey
- the glfw keycodepublic static int fromJmeKeyCode(int jmeKey)
jmeKey
- the jme keycode