-
public class PointerEventHelperClass responsible for generating catalyst touch events based on android MotionEvent.
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPOINTER_TYPE_TOUCHpublic final static StringPOINTER_TYPE_PENpublic final static StringPOINTER_TYPE_MOUSEpublic final static StringPOINTER_TYPE_UNKNOWNpublic final static StringPOINTER_CANCELpublic final static StringPOINTER_DOWNpublic final static StringPOINTER_ENTERpublic final static StringPOINTER_LEAVEpublic final static StringPOINTER_MOVEpublic final static StringPOINTER_UP
-
Method Summary
Modifier and Type Method Description static StringgetW3CPointerType(int toolType)static intgetEventCategory(String pointerEventType)static booleansupportsHover(int toolType)-
-
Method Detail
-
getW3CPointerType
static String getW3CPointerType(int toolType)
-
getEventCategory
static int getEventCategory(String pointerEventType)
-
supportsHover
static boolean supportsHover(int toolType)
-
-
-
-