GamepadAxis enum

Gamepad axis.

Inheritance

Constructors

GamepadAxis()
const

Values

leftX → const GamepadAxis

Gamepad left stick X axis.

leftY → const GamepadAxis

Gamepad left stick Y axis.

rightX → const GamepadAxis

Gamepad right stick X axis.

rightY → const GamepadAxis

Gamepad right stick Y axis.

leftTrigger → const GamepadAxis

Gamepad back trigger left, pressure level: (1..-1).

rightTrigger → const GamepadAxis

Gamepad back trigger right, pressure level: (1..-1).

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<GamepadAxis>
A constant List of the values in this enum, in order of their declaration.