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