Package com.sparshui.common
Class TouchState
java.lang.Object
com.sparshui.common.TouchState
Defines the types of touches that can ocurr in sparsh-UI:
Birth, Move, and Death.
- Author:
- Tony Ross
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BIRTH
public static final int BIRTH- See Also:
-
DEATH
public static final int DEATH- See Also:
-
MOVE
public static final int MOVE- See Also:
-
CLICK
public static final int CLICK- See Also:
-
-
Constructor Details
-
TouchState
public TouchState()
-