Searched defs:InputManager (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DInputManager.java47 * The <code>InputManager</code> is responsible for converting input events
51 * By default an <code>InputManager</code> is included with every Application instance for use
74 * which are only called when the input is above the {@link InputManager#setAxisDeadZone(float) dead zone}.
83 public class InputManager implements RawInputListener { class in inherits:RawInputListener
85 private static final Logger logger = Logger.getLogger(InputManager.class.getName());
121 * Initializes the InputManager.
131 public InputManager(MouseInput mouse, KeyInput keys, JoyInput joystick, TouchInput touch) { method in class:InputManager
478 * @see InputManager#removeListener(com.jme3.input.controls.InputListener)
498 * {@link InputManager#addListener(com.jme3.input.controls.InputListener, java.lang.String[]) }.
502 * @see InputManager#addListene
[all...]

Completed in 84 milliseconds