public static enum SendMouseEventCommandParams.Button implements Bitflag
Represents a mouse button.
Enum Constant and Description |
---|
MIDDLE
The auxiliary / middle button.
|
PRIMARY
The primary / left button.
|
RIGHT
The secondary / right 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 SendMouseEventCommandParams.Button PRIMARY
The primary / left button.
public static SendMouseEventCommandParams.Button RIGHT
The secondary / right button.
public static SendMouseEventCommandParams.Button MIDDLE
The auxiliary / middle button.