Package com.sparshui
Class GestureType
java.lang.Object
com.sparshui.GestureType
This class is a place for the enum GestureType to stand.
If you modify this class, you must also modify the corresponding
enum in GestureType.h in the C++ Gesture Server. ALWAYS assign
this enum value to a 4-byte network-ordered integer before attempting
to transmit this value over the network.
Adapted by Bob Hanson as an implementable class
- Author:
- Jay Roltgen
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sType
-
iType
public int iType -
DRAG_GESTURE
public static final int DRAG_GESTURE- See Also:
-
MULTI_POINT_DRAG_GESTURE
public static final int MULTI_POINT_DRAG_GESTURE- See Also:
-
ROTATE_GESTURE
public static final int ROTATE_GESTURE- See Also:
-
SPIN_GESTURE
public static final int SPIN_GESTURE- See Also:
-
TOUCH_GESTURE
public static final int TOUCH_GESTURE- See Also:
-
ZOOM_GESTURE
public static final int ZOOM_GESTURE- See Also:
-
DBLCLK_GESTURE
public static final int DBLCLK_GESTURE- See Also:
-
FLICK_GESTURE
public static final int FLICK_GESTURE- See Also:
-
RELATIVE_DRAG_GESTURE
public static final int RELATIVE_DRAG_GESTURE- See Also:
-
DRAG_EVENT
public static final int DRAG_EVENT- See Also:
-
ROTATE_EVENT
public static final int ROTATE_EVENT- See Also:
-
SPIN_EVENT
public static final int SPIN_EVENT- See Also:
-
TOUCH_EVENT
public static final int TOUCH_EVENT- See Also:
-
ZOOM_EVENT
public static final int ZOOM_EVENT- See Also:
-
DBLCLK_EVENT
public static final int DBLCLK_EVENT- See Also:
-
FLICK_EVENT
public static final int FLICK_EVENT- See Also:
-
RELATIVE_DRAG_EVENT
public static final int RELATIVE_DRAG_EVENT- See Also:
-
-
Constructor Details
-
GestureType
-
GestureType
public GestureType(int type)
-