View source
class FlxGamepadButtonList
package flixel.input.gamepad.lists
extends FlxBaseGamepadList
Available on all platforms
A helper class for gamepad input. Provides optimized gamepad button checking using direct array access.
Constructor
Variables
read onlyACCEPT:Bool
Mapped to The bottom face button on most controllers, and the right face button on Nintendo Switch controllers
read onlyBACK:Bool
Also known as "select", the left-most center button.
Not to be confused with CANCEL, which is a face button (usually B)
read onlyCANCEL:Bool
Mapped to The right face button on most controllers, and the
bottom face button on Nintendo Switch controllers.
Not to be confused with BACK which is the XInput "select" button