Package | pq.multitouch.gestures |
Class | public class GestureState |
Inheritance | GestureState ![]() |
Constant | Defined by | ||
---|---|---|---|
Begin : String = "Begin"
[static]Specifies that the state of gesture event is "Begin".
| GestureState | ||
Progress : String = "Progress"
[static]Specifies that the state of gesture event is "Progress".
| GestureState | ||
End : String = "End"
[static]Specifies that the state of gesture event is "End".
| GestureState |
Begin | Constant |
Specifies that the state of gesture event is "Begin".
Progress | Constant |
Specifies that the state of gesture event is "Progress".
End | Constant |
Specifies that the state of gesture event is "End".