@FunctionalInterface
public static interface IMouse.MousePressingListener
extends java.util.EventListener
IMouse.onPressing(MousePressingListener)| Modifier and Type | Method and Description |
|---|---|
void |
mousePressing()
Invoked continuously while a mouse button is being pressed on the game window.
|