Button

public class Button

Object representing the buttons on a controller. Provides constants for the various buttons.

Properties

Link copied to clipboard
public final static Integer A

Constant for the A button (1).

Link copied to clipboard
public final static Integer B

Constant for the B button (2).

Link copied to clipboard
public final static Integer BACK

Constant for the BACK button (7).

Link copied to clipboard
public final static Button INSTANCE
Link copied to clipboard
public final static Integer LB

Constant for the LB (left bumper) button (5).

Link copied to clipboard
public final static Integer RB

Constant for the RB (right bumper) button (6).

Link copied to clipboard
public final static Integer START

Constant for the START button (8).

Link copied to clipboard
public final static Integer X

Constant for the X button (3).

Link copied to clipboard
public final static Integer Y

Constant for the Y button (4).