|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TouchEvent | |
---|---|
com.jme3.app | The com.jme3.application provides a toolset for jME3 applications
to interact with various components of the engine. |
com.jme3.input | The com.jme3.input package is used for all input handling in
jMonkeyEngine. |
com.jme3.input.android | |
com.jme3.input.controls | The com.jme3.input.controls package allows user code to listen
to input events regardless of the type of input used. |
com.jme3.niftygui |
Uses of TouchEvent in com.jme3.app |
---|
Methods in com.jme3.app with parameters of type TouchEvent | |
---|---|
void |
AndroidHarness.onTouch(java.lang.String name,
TouchEvent evt,
float tpf)
Gets called by the InputManager on all touch/drag/scale events |
Uses of TouchEvent in com.jme3.input |
---|
Methods in com.jme3.input with parameters of type TouchEvent | |
---|---|
void |
InputManager.onTouchEvent(TouchEvent evt)
Callback from RawInputListener. |
void |
RawInputListener.onTouchEvent(TouchEvent evt)
Invoked on touchscreen touch events. |
void |
InputManager.onTouchEventQueued(TouchEvent evt)
Dispatches touch events to touch listeners |
Uses of TouchEvent in com.jme3.input.android |
---|
Methods in com.jme3.input.android with parameters of type TouchEvent | |
---|---|
void |
AndroidTouchInputListener.onTouchEvent(TouchEvent evt)
|
Uses of TouchEvent in com.jme3.input.controls |
---|
Methods in com.jme3.input.controls with parameters of type TouchEvent | |
---|---|
void |
TouchListener.onTouch(java.lang.String name,
TouchEvent event,
float tpf)
|
Uses of TouchEvent in com.jme3.niftygui |
---|
Methods in com.jme3.niftygui with parameters of type TouchEvent | |
---|---|
void |
InputSystemJme.onTouchEvent(TouchEvent evt)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |