com.jme3.input.android
Interface AndroidTouchInputListener
- All Superinterfaces:
- RawInputListener
public interface AndroidTouchInputListener
- extends RawInputListener
AndroidTouchInputListener is an inputlistener interface which defines
callbacks/events for android touch screens For use with class AndroidInput
onTouchEvent
void onTouchEvent(TouchEvent evt)
- Description copied from interface:
RawInputListener
- Invoked on touchscreen touch events.
- Specified by:
onTouchEvent
in interface RawInputListener
onMotionEvent
void onMotionEvent(android.view.MotionEvent evt)
onAndroidKeyEvent
void onAndroidKeyEvent(android.view.KeyEvent evt)