Searched defs:keyInput (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglContext.java63 protected LwjglKeyInput keyInput; field in class:LwjglContext
139 if (keyInput != null)
140 keyInput.initialize();
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
H A DAwtPanelsContext.java22 protected AwtKeyInput keyInput = new AwtKeyInput(); field in class:AwtPanelsContext
70 keyInput.setInputSource(panel);
94 return keyInput;
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DApplication.java90 protected KeyInput keyInput; field in class:Application
274 keyInput = context.getKeyInput();
275 if (keyInput != null)
276 keyInput.initialize();
288 inputManager = new InputManager(mouseInput, keyInput, joyInput, touchInput);
619 if (keyInput != null)
620 keyInput.destroy();

Completed in 394 milliseconds