Searched refs:touchInput (Results 1 – 1 of 1) sorted by relevance
92 protected TouchInput touchInput; field in Application278 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()