public static class Wnd.HotKey
extends com.jniwrapper.util.FlagSet
| Constructor and Description |
|---|
HotKey(int keyCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getKeyCode() |
boolean |
isAlt() |
boolean |
isControl() |
boolean |
isShift() |
void |
setAlt(boolean set) |
void |
setControl(boolean set) |
void |
setShift(boolean set) |