HomeSort by relevance Sort by last modified time
    Searched defs:keyInput (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglContext.java 63 protected LwjglKeyInput keyInput;
139 if (keyInput != null)
140 keyInput.initialize();
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
Application.java 90 protected KeyInput keyInput;
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();
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanelsContext.java 4 import com.jme3.input.KeyInput;
22 protected AwtKeyInput keyInput = new AwtKeyInput();
70 keyInput.setInputSource(panel);
93 public KeyInput getKeyInput() {
94 return keyInput;

Completed in 2915 milliseconds