enum Tput::Namespace::TouchPointState
Defined in:
tput/namespace.crEnum Members
-
TouchPointUnknownState =
0
-
TouchPointPressed =
1
-
TouchPointMoved =
2
-
TouchPointStationary =
4
-
TouchPointReleased =
8
Instance Method Summary
- #none?
- #touch_point_moved?
- #touch_point_pressed?
- #touch_point_released?
- #touch_point_stationary?
- #touch_point_unknown_state?