public interface IKeyboardListener
Modifier and Type | Method and Description |
---|---|
void |
charTyped(BaseComponent component,
char character,
int keyCode)
Called when the keyboard is pressed
|
void charTyped(BaseComponent component, char character, int keyCode)
component
- The component getting the inputcharacter
- The character pressedkeyCode
- The key code