Package com.simsilica.lemur.event
Interface CursorListener
- All Known Implementing Classes:
DefaultCursorListener,DragHandler
public interface CursorListener
Implementations of this interface can be registered with the
CursorEventControl to receive cursor events for a Spatial.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcursorButtonEvent(CursorButtonEvent event, Spatial target, Spatial capture) voidcursorEntered(CursorMotionEvent event, Spatial target, Spatial capture) voidcursorExited(CursorMotionEvent event, Spatial target, Spatial capture) voidcursorMoved(CursorMotionEvent event, Spatial target, Spatial capture)
-
Method Details
-
cursorButtonEvent
-
cursorEntered
-
cursorExited
-
cursorMoved
-