public class KeyModifiers
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALT_DOWN |
static int |
CONTROL_DOWN |
static int |
SHIFT_DOWN |
| Constructor and Description |
|---|
KeyModifiers() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasModifiers(int value,
int mask) |
public static final int CONTROL_DOWN
public static final int SHIFT_DOWN
public static final int ALT_DOWN