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

/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DInputManager.java73 * the input is non-zero, however an exception to this is for joystick axis inputs,
88 private final JoyInput joystick; field in class:InputManager
127 * @param joystick
131 public InputManager(MouseInput mouse, KeyInput keys, JoyInput joystick, TouchInput touch) { argument
138 this.joystick = joystick;
143 if (joystick != null) {
144 joystick.setInputListener(this);
145 joysticks = joystick.loadJoysticks(this);
441 * Set the deadzone for joystick axe
[all...]

Completed in 78 milliseconds