Package com.jme3.input.controls
Interface TouchListener
- All Superinterfaces:
- InputListener
- All Known Implementing Classes:
- AndroidHarness,- AndroidHarnessFragment
TouchListener is used to receive events of inputs from smartphone touch devices- 
Method Summary
- 
Method Details- 
onTouch- Parameters:
- name- the name of the event
- event- the touch event
- tpf- how much time has passed since the last frame
 
 
-