Searched refs:joyInput (Results 1 - 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DJoystick.java14 private JoyInput joyInput; field in class:Joystick
24 public Joystick(InputManager inputManager, JoyInput joyInput, argument
28 this.joyInput = joyInput;
44 joyInput.setJoyRumble(joyId, amount);
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DApplication.java91 protected JoyInput joyInput; field in class:Application
283 joyInput = context.getJoyInput();
284 if (joyInput != null)
285 joyInput.initialize();
288 inputManager = new InputManager(mouseInput, keyInput, joyInput, touchInput);
622 if (joyInput != null)
623 joyInput.destroy();
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglAbstractDisplay.java232 if (joyInput == null){
233 joyInput = new JInputJoyInput();
235 return joyInput;
H A DLwjglContext.java65 protected JInputJoyInput joyInput; field in class:LwjglContext
145 if (joyInput != null)
146 joyInput.initialize();

Completed in 372 milliseconds