Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/app/
DApplication.java92 protected TouchInput touchInput; field in Application
278 touchInput = context.getTouchInput(); in initInput()
279 if (touchInput != null) in initInput()
280 touchInput.initialize(); in initInput()
288 inputManager = new InputManager(mouseInput, keyInput, joyInput, touchInput); in initInput()
625 if (touchInput != null) in destroyInput()
626 touchInput.destroy(); in destroyInput()