public static enum SendGamepadEventCommandParams.Button implements Bitflag
Represents a gamepad button.
Enum Constant and Description |
---|
BOTTOM_LEFT_FRONT
The bottom left front button.
|
BOTTOM_RIGHT_FRONT
The bottom right front button.
|
CENTER_CLUSTER_LEFT
The left button in the center cluster.
|
CENTER_CLUSTER_MIDDLE
The middle button in the center cluster.
|
CENTER_CLUSTER_RIGHT
The right button in the center cluster.
|
LEFT_CLUSTER_BOTTOM
The bottom button in the left cluster.
|
LEFT_CLUSTER_LEFT
The left button in the left cluster.
|
LEFT_CLUSTER_RIGHT
The right button in the left cluster.
|
LEFT_CLUSTER_TOP
The top button in the left cluster.
|
LEFT_STICK_PRESSED
The left stick pressed button.
|
RIGHT_CLUSTER_BOTTOM
The bottom button in the right cluster.
|
RIGHT_CLUSTER_LEFT
The left button in the right cluster.
|
RIGHT_CLUSTER_RIGHT
The right button in the right cluster.
|
RIGHT_CLUSTER_TOP
The top button in the right cluster.
|
RIGHT_STICK_PRESSED
The right stick pressed button.
|
TOP_LEFT_FRONT
The top left front button.
|
TOP_RIGHT_FRONT
The top right front button.
|
Modifier and Type | Method and Description |
---|---|
int |
getBit()
The index of the bit for this flag.
|
int |
toValue()
Returns the raw button value.
|
public static SendGamepadEventCommandParams.Button RIGHT_CLUSTER_BOTTOM
The bottom button in the right cluster.
public static SendGamepadEventCommandParams.Button RIGHT_CLUSTER_RIGHT
The right button in the right cluster.
public static SendGamepadEventCommandParams.Button RIGHT_CLUSTER_LEFT
The left button in the right cluster.
public static SendGamepadEventCommandParams.Button RIGHT_CLUSTER_TOP
The top button in the right cluster.
public static SendGamepadEventCommandParams.Button TOP_LEFT_FRONT
The top left front button.
public static SendGamepadEventCommandParams.Button TOP_RIGHT_FRONT
The top right front button.
public static SendGamepadEventCommandParams.Button BOTTOM_LEFT_FRONT
The bottom left front button.
public static SendGamepadEventCommandParams.Button BOTTOM_RIGHT_FRONT
The bottom right front button.
public static SendGamepadEventCommandParams.Button CENTER_CLUSTER_LEFT
The left button in the center cluster.
public static SendGamepadEventCommandParams.Button CENTER_CLUSTER_RIGHT
The right button in the center cluster.
public static SendGamepadEventCommandParams.Button LEFT_STICK_PRESSED
The left stick pressed button.
public static SendGamepadEventCommandParams.Button RIGHT_STICK_PRESSED
The right stick pressed button.
public static SendGamepadEventCommandParams.Button LEFT_CLUSTER_TOP
The top button in the left cluster.
public static SendGamepadEventCommandParams.Button LEFT_CLUSTER_BOTTOM
The bottom button in the left cluster.
public static SendGamepadEventCommandParams.Button LEFT_CLUSTER_LEFT
The left button in the left cluster.
public static SendGamepadEventCommandParams.Button LEFT_CLUSTER_RIGHT
The right button in the left cluster.
public static SendGamepadEventCommandParams.Button CENTER_CLUSTER_MIDDLE
The middle button in the center cluster.