enum

Espresso::JoystickHatState

Inherits Enum / Comparable / Value / Object

Constants

Centered = 0
Up = 1
Right = 2
Down = 4
Left = 8
None = 0
All = 15

Instance methods

centered?

Returns true if this enum value contains Centered

down?

Returns true if this enum value contains Down

left?

Returns true if this enum value contains Left

none?
right?

Returns true if this enum value contains Right

up?

Returns true if this enum value contains Up