public class JMEMouseKeyboardInputManager
extends java.lang.Object
| Constructor and Description |
|---|
JMEMouseKeyboardInputManager(AbstractMultiTouchSimulator simulator,
com.jme3.input.InputManager inputManager,
float screenWidth,
float screenHeight)
Instantiates a new JME mouse keyboard input manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onKey(char character,
int keyCode,
boolean pressed)
On key.
|
public JMEMouseKeyboardInputManager(AbstractMultiTouchSimulator simulator, com.jme3.input.InputManager inputManager, float screenWidth, float screenHeight)
simulator - the simulatorinputManager - the input managerscreenWidth - the screen widthscreenHeight - the screen height