Searched refs:mouseInput (Results 1 – 4 of 4) sorted by relevance
89 protected MouseInput mouseInput; field in Application270 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()
21 protected AwtMouseInput mouseInput = new AwtMouseInput(); field in AwtPanelsContext69 mouseInput.setInputSource(panel); in setInputSource()90 return mouseInput; in getMouseInput()
239 if (mouseInput == null){ in getMouseInput()240 mouseInput = new LwjglMouseInput(this); in getMouseInput()242 return mouseInput; in getMouseInput()
64 protected LwjglMouseInput mouseInput; field in LwjglContext142 if (mouseInput != null) in initContextFirstTime()143 mouseInput.initialize(); in initContextFirstTime()