enum

Input

Inherits Enum < Comparable < Value < Object

Constants

UP = 0
DOWN = 1
LEFT = 2
RIGHT = 3
A = 4
B = 5
SELECT = 6
START = 7
L = 8
R = 9

Instance methods

a?

Returns true if this enum value equals A

Source
b?

Returns true if this enum value equals B

Source
down?

Returns true if this enum value equals DOWN

Source
l?

Returns true if this enum value equals L

Source
left?

Returns true if this enum value equals LEFT

Source
r?

Returns true if this enum value equals R

Source
right?

Returns true if this enum value equals RIGHT

Source
select?

Returns true if this enum value equals SELECT

Source
start?

Returns true if this enum value equals START

Source
up?

Returns true if this enum value equals UP

Source