@FunctionalInterface
public static interface IMouse.MouseMovedListener
extends java.util.EventListener
IMouse.onMoved(MouseMovedListener)| Modifier and Type | Method and Description |
|---|---|
void |
mouseMoved(java.awt.event.MouseEvent event)
Invoked when the mouse cursor has been moved on the game window
but no buttons have been pushed.
|