enum

Quartz::Simulator::InputKey

Inherits Enum < Comparable < Value < Object

Constants

Up = 0
Down = 1
Left = 2
Right = 3
Ok = 4
Back = 5

Instance methods

back?

Returns true if this enum value equals Back

Source
down?

Returns true if this enum value equals Down

Source
left?

Returns true if this enum value equals Left

Source
ok?

Returns true if this enum value equals Ok

Source
right?

Returns true if this enum value equals Right

Source
up?

Returns true if this enum value equals Up

Source