public interface IKeyable extends ICloseable
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasKeyboardFocus()
Returns true if all keyboard input should go to this IKeyable.
|
boolean |
onKeyPressed(int keyCode)
Returns true if the key press was used.
|
void |
setKeyboardFocus(boolean keyboardFocus) |
close, isOpen, open