Axis

public class Axis

Object representing the analog axes on a controller. Provides constants for the various analog stick axes.

Properties

Link copied to clipboard
public final static Axis INSTANCE
Link copied to clipboard
public final static Integer LEFT_ANALOG_X

Constant for the LEFT_ANALOG_X axis (0).

Link copied to clipboard
public final static Integer LEFT_ANALOG_Y

Constant for the LEFT_ANALOG_Y axis (1).

Link copied to clipboard
public final static Integer RIGHT_ANALOG_X

Constant for the RIGHT_ANALOG_X axis (4).

Link copied to clipboard
public final static Integer RIGHT_ANALOG_Y

Constant for the RIGHT_ANALOG_Y axis (5).