public interface GWindowEventHandler
Modifier and Type | Method and Description |
---|---|
void |
keyPressed(GWindowEvent e) |
void |
keyReleased(GWindowEvent e) |
void |
mouseDragged(GWindowEvent e) |
void |
mousePressed(GWindowEvent e) |
void |
mouseReleased(GWindowEvent e) |
void |
timerExpired(GWindowEvent e) |
void mousePressed(GWindowEvent e)
void mouseReleased(GWindowEvent e)
void mouseDragged(GWindowEvent e)
void timerExpired(GWindowEvent e)
void keyPressed(GWindowEvent e)
void keyReleased(GWindowEvent e)