public class FontChangeHotKeyEventListener extends Object implements EventListener
| Modifier and Type | Field and Description |
|---|---|
int |
decreaseKey |
int |
increaseKey |
int |
modifiers |
boolean |
resizeWindow |
| Constructor and Description |
|---|
FontChangeHotKeyEventListener(int options)
Create a listener that uses CTRL-+/- for font changes.
|
FontChangeHotKeyEventListener(int increaseKey,
int decreaseKey,
int modifiers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkEvent(Event event)
This returns true if a font change was detected and applied.
|
void |
onEvent(Event ev) |
public boolean resizeWindow
public int increaseKey
public int decreaseKey
public int modifiers