public interface IKeyListener
MalisisGui.IKeyListener can be registered with MalisisGui.registerKeyListener(IKeyListener) so they will always receive key typed.| Modifier and Type | Method and Description |
|---|---|
boolean |
onKeyTyped(char keyChar,
int keyCode)
Called when a key is typed inside
MalisisGui. |
boolean onKeyTyped(char keyChar,
int keyCode)
MalisisGui.keyChar - the key charkeyCode - the key code