@FunctionalInterface
public static interface IMouse.MouseClickedListener
extends java.util.EventListener
IMouse.onClicked(MouseClickedListener)| Modifier and Type | Method and Description |
|---|---|
void |
mouseClicked(java.awt.event.MouseEvent event)
Invoked when the mouse button has been clicked (pressed
and released) on the game window.
|