public class DefaultRawInputListener
extends java.lang.Object
implements com.jme3.input.RawInputListener
| Constructor and Description |
|---|
DefaultRawInputListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginInput() |
void |
endInput() |
void |
onJoyAxisEvent(com.jme3.input.event.JoyAxisEvent evt) |
void |
onJoyButtonEvent(com.jme3.input.event.JoyButtonEvent evt) |
void |
onKeyEvent(com.jme3.input.event.KeyInputEvent evt) |
void |
onMouseButtonEvent(com.jme3.input.event.MouseButtonEvent evt) |
void |
onMouseMotionEvent(com.jme3.input.event.MouseMotionEvent evt) |
void |
onTouchEvent(com.jme3.input.event.TouchEvent evt) |
public void beginInput()
beginInput in interface com.jme3.input.RawInputListenerpublic void endInput()
endInput in interface com.jme3.input.RawInputListenerpublic void onJoyAxisEvent(com.jme3.input.event.JoyAxisEvent evt)
onJoyAxisEvent in interface com.jme3.input.RawInputListenerpublic void onJoyButtonEvent(com.jme3.input.event.JoyButtonEvent evt)
onJoyButtonEvent in interface com.jme3.input.RawInputListenerpublic void onMouseMotionEvent(com.jme3.input.event.MouseMotionEvent evt)
onMouseMotionEvent in interface com.jme3.input.RawInputListenerpublic void onMouseButtonEvent(com.jme3.input.event.MouseButtonEvent evt)
onMouseButtonEvent in interface com.jme3.input.RawInputListenerpublic void onKeyEvent(com.jme3.input.event.KeyInputEvent evt)
onKeyEvent in interface com.jme3.input.RawInputListenerpublic void onTouchEvent(com.jme3.input.event.TouchEvent evt)
onTouchEvent in interface com.jme3.input.RawInputListener