|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| final int | swigValue () |
| String | toString () |
Static Public Member Functions | |
| static VgGestureState | swigToEnum (int swigValue) |
Static Public Attributes | |
| static final VgGestureState | eVgGestureBegin = new VgGestureState("eVgGestureBegin", libVisioMoveJNI.eVgGestureBegin_get()) |
| static final VgGestureState | eVgGestureUpdate = new VgGestureState("eVgGestureUpdate", libVisioMoveJNI.eVgGestureUpdate_get()) |
| static final VgGestureState | eVgGestureEnd = new VgGestureState("eVgGestureEnd", libVisioMoveJNI.eVgGestureEnd_get()) |
This enum defines the possible states of a gesture
|
static |
| final int VgGestureState.swigValue | ( | ) |
| String VgGestureState.toString | ( | ) |
|
static |
The gesture begins.
|
static |
The gesture ends.
|
static |
The gesture continues.