public interface GGKeyListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
boolean |
keyPressed(java.awt.event.KeyEvent evt)
Event callback method called when a key is pressed.
|
boolean |
keyReleased(java.awt.event.KeyEvent evt)
Event callback method called when a key is released.
|
boolean keyPressed(java.awt.event.KeyEvent evt)
evt
- the KeyEvent that gives information about the keyboolean keyReleased(java.awt.event.KeyEvent evt)
evt
- the KeyEvent that gives information about the key