Enum class representing the buttons on a joystick or game controller.
Button A with identifier 1.
Button B with identifier 2.
Button X with identifier 3.
Button Y with identifier 4.
Start button with identifier 8.
Left bumper button with identifier 5.
Right bumper button with identifier 6.
The numerical identifier for the button.
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.