enum

Tput::Namespace::TouchPointState

Inherits Enum / Comparable / Value / Object

Constants

TouchPointUnknownState = 0
TouchPointPressed = 1
TouchPointMoved = 2
TouchPointStationary = 4
TouchPointReleased = 8
None = 0
All = 15

Instance methods

none?
Source
touch_point_moved?

Returns true if this enum value contains TouchPointMoved

Source
touch_point_pressed?

Returns true if this enum value contains TouchPointPressed

Source
touch_point_released?

Returns true if this enum value contains TouchPointReleased

Source
touch_point_stationary?

Returns true if this enum value contains TouchPointStationary

Source
touch_point_unknown_state?

Returns true if this enum value contains TouchPointUnknownState

Source