Lines Matching refs:inputManager
102 …inputManager.addMapping("moveForward", new KeyTrigger(keyInput.KEY_UP), new KeyTrigger(keyInput.KE… in registerInput()
103 …inputManager.addMapping("moveBackward", new KeyTrigger(keyInput.KEY_DOWN), new KeyTrigger(keyInput… in registerInput()
104 …inputManager.addMapping("moveRight", new KeyTrigger(keyInput.KEY_RIGHT), new KeyTrigger(keyInput.K… in registerInput()
105 …inputManager.addMapping("moveLeft", new KeyTrigger(keyInput.KEY_LEFT), new KeyTrigger(keyInput.KEY… in registerInput()
106 inputManager.addMapping("toggleRotate", new MouseButtonTrigger(MouseInput.BUTTON_LEFT)); in registerInput()
107 inputManager.addMapping("rotateRight", new MouseAxisTrigger(MouseInput.AXIS_X, true)); in registerInput()
108 inputManager.addMapping("rotateLeft", new MouseAxisTrigger(MouseInput.AXIS_X, false)); in registerInput()
109 inputManager.addListener(this, "moveForward", "moveBackward", "moveRight", "moveLeft"); in registerInput()
110 inputManager.addListener(this, "rotateRight", "rotateLeft", "toggleRotate"); in registerInput()
145 inputManager.setCursorVisible(false); in onAction()
149 inputManager.setCursorVisible(true); in onAction()