Indicates the states of touch events. More...
Public Member Functions | |
TouchState (int mValue) | |
TouchState (TouchState enum_) | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Static Public Member Functions | |
static TouchState | swigToEnum (int swigValue) |
static TouchState | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
Begin | |
The first finger is down. | |
Update | |
A gesture or a touch event is in progress. | |
Indicates the states of touch events.
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |