public interface ITiKeyboardListener
Modifier and Type | Method and Description |
---|---|
void |
onPressed(int id,
long time)
the event is triggered when the key is pressed
|
void |
onReleased(int id,
long time)
the event is triggered when the key is released
|
void onPressed(int id, long time)
id
- the key idtime
- event occurrence timevoid onReleased(int id, long time)
id
- the key idtime
- event occurrence time