public class IMouseButton
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
altDown |
int |
button |
boolean |
controlDown |
boolean |
shiftDown |
Constructor and Description |
---|
IMouseButton() |
IMouseButton(int b) |
IMouseButton(int b,
boolean shiftDown,
boolean controlDown,
boolean altDown) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAltDown() |
boolean |
isControlDown() |
boolean |
isShiftDown() |
boolean |
match(java.awt.event.MouseEvent e) |
public int button
public boolean shiftDown
public boolean controlDown
public boolean altDown