enum classafGamepad::GamepadButton

sys::Obj
  sys::Enum
    afGamepad::GamepadButton

@Serializable { simple=true }

Gamepad buttons.

dpadDown

Source

const static GamepadButton dpadDown := ...

dpadLeft

Source

const static GamepadButton dpadLeft := ...

dpadRight

Source

const static GamepadButton dpadRight := ...

dpadUp

Source

const static GamepadButton dpadUp := ...

faceDown

Source

const static GamepadButton faceDown := ...

PlayStation Cross, XBox A

faceLeft

Source

const static GamepadButton faceLeft := ...

PlayStation Square, XBox X

faceRight

Source

const static GamepadButton faceRight := ...

PlayStation Circle, XBox B

faceUp

Source

const static GamepadButton faceUp := ...

PlayStation Triangle, XBox Y

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the GamepadButton instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

leftAnalogue

Source

const static GamepadButton leftAnalogue := ...

leftShoulder

Source

const static GamepadButton leftShoulder := ...

leftTrigger

Source

const static GamepadButton leftTrigger := ...

Source

const static GamepadButton logo := ...

rightAnalogue

Source

const static GamepadButton rightAnalogue := ...

rightShoulder

Source

const static GamepadButton rightShoulder := ...

rightTrigger

Source

const static GamepadButton rightTrigger := ...

select

Source

const static GamepadButton select := ...

start

Source

const static GamepadButton start := ...

vals

Source

const static GamepadButton[] vals := ...

List of GamepadButton values indexed by ordinal