Home
last modified time | relevance | path

Searched refs:mouseInput (Results 1 – 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/app/
DApplication.java89 protected MouseInput mouseInput; field in Application
270 mouseInput = context.getMouseInput(); in initInput()
271 if (mouseInput != null) in initInput()
272 mouseInput.initialize(); in initInput()
288 inputManager = new InputManager(mouseInput, keyInput, joyInput, touchInput); in initInput()
616 if (mouseInput != null) in destroyInput()
617 mouseInput.destroy(); in destroyInput()
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
DAwtPanelsContext.java21 protected AwtMouseInput mouseInput = new AwtMouseInput(); field in AwtPanelsContext
69 mouseInput.setInputSource(panel); in setInputSource()
90 return mouseInput; in getMouseInput()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
DLwjglAbstractDisplay.java239 if (mouseInput == null){ in getMouseInput()
240 mouseInput = new LwjglMouseInput(this); in getMouseInput()
242 return mouseInput; in getMouseInput()
DLwjglContext.java64 protected LwjglMouseInput mouseInput; field in LwjglContext
142 if (mouseInput != null) in initContextFirstTime()
143 mouseInput.initialize(); in initContextFirstTime()