@FunctionalInterface
public static interface IMouse.MousePressedListener
extends java.util.EventListener
IMouse.onPressed(MousePressedListener)| Modifier and Type | Method and Description |
|---|---|
void |
mousePressed(java.awt.event.MouseEvent event)
Invoked when a mouse button has been pressed on the game window.
|