enum

Quartz::RPC::Gui::InputKey

Inherits Enum < Comparable < Value < Object

Constants

UP = 0_u32
DOWN = 1_u32
RIGHT = 2_u32
LEFT = 3_u32
OK = 4_u32
BACK = 5_u32

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