-
public class PointerEventHelper
Class responsible for generating catalyst touch events based on android MotionEvent.
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
POINTER_TYPE_TOUCH
public final static String
POINTER_TYPE_PEN
public final static String
POINTER_TYPE_MOUSE
public final static String
POINTER_TYPE_UNKNOWN
public final static String
POINTER_CANCEL
public final static String
POINTER_DOWN
public final static String
POINTER_ENTER
public final static String
POINTER_LEAVE
public final static String
POINTER_MOVE
public final static String
POINTER_UP
-
Method Summary
Modifier and Type Method Description static String
getW3CPointerType(int toolType)
static int
getEventCategory(String pointerEventType)
static boolean
supportsHover(int toolType)
-
-
Method Detail
-
getW3CPointerType
static String getW3CPointerType(int toolType)
-
getEventCategory
static int getEventCategory(String pointerEventType)
-
supportsHover
static boolean supportsHover(int toolType)
-
-
-
-