Package com.jme3.input.android
Class AndroidTouchInput14
java.lang.Object
com.jme3.input.android.AndroidTouchInput
com.jme3.input.android.AndroidTouchInput14
- All Implemented Interfaces:
Input
,TouchInput
AndroidTouchHandler14 extends AndroidTouchHandler to process the onHover
events added in Android rev 14 (Android 4.0).
-
Field Summary
Fields inherited from class com.jme3.input.android.AndroidTouchInput
androidInput, numPointers
Fields inherited from interface com.jme3.input.TouchInput
ALL, KEYCODE_BACK, KEYCODE_HOME, KEYCODE_MENU, KEYCODE_SEARCH, KEYCODE_VOLUME_DOWN, KEYCODE_VOLUME_UP
-
Constructor Summary
-
Method Summary
Methods inherited from class com.jme3.input.android.AndroidTouchInput
addEvent, destroy, generateMouseEvent, getAction, getFreeTouchEvent, getGestureDetector, getInputTimeNanos, getJmeX, getJmeY, getPointerId, getPointerIndex, getScaleDetector, initialize, invertX, invertY, isInitialized, isMouseEventsInvertX, isMouseEventsInvertY, isSimulateKeyboard, isSimulateMouse, loadSettings, onKey, onTouch, setGestureDetector, setInputListener, setOmitHistoricEvents, setScaleDetector, setSimulateKeyboard, setSimulateMouse, update
-
Constructor Details
-
AndroidTouchInput14
-
-
Method Details
-
onHover
public boolean onHover(android.view.MotionEvent event)
-