public class KeyboardModifiersState
extends java.lang.Object
| Constructor and Description |
|---|
KeyboardModifiersState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAltPressed() |
boolean |
isCtrlPressed() |
boolean |
isShiftPressed() |
void |
storeKeyDown(Keys key) |
void |
storeKeyUp(Keys key) |