enum classafGamepad::GamepadAxis

sys::Obj
  sys::Enum
    afGamepad::GamepadAxis

@Serializable { simple=true }

Gamepad axes / thumbsticks.

fromStr

Source

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

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

leftX

Source

const static GamepadAxis leftX := ...

leftY

Source

const static GamepadAxis leftY := ...

rightX

Source

const static GamepadAxis rightX := ...

rightY

Source

const static GamepadAxis rightY := ...

vals

Source

const static GamepadAxis[] vals := ...

List of GamepadAxis values indexed by ordinal