enum Espresso::GamepadButton

Defined in:

Enum Members

A = 0
B = 1
X = 2
Y = 3
LeftBumper = 4
RightBumper = 5
Back = 6
Start = 7
Guide = 8
LeftThumb = 9
RightThumb = 10
DPadUp = 11
DPadRight = 12
DPadDown = 13
DPadLeft = 14
Cross = 0
Circle = 1
Square = 2
Triangle = 3

Instance Method Summary

Instance Method Detail

def a? #

def b? #

def back? #

def circle? #

def cross? #

def d_pad_down? #

def d_pad_left? #

def d_pad_right? #

def d_pad_up? #

def guide? #

def left_bumper? #

def left_thumb? #

def right_bumper? #

def right_thumb? #

def square? #

def start? #

def triangle? #

def x? #

def y? #