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 TypeMethodDescriptionvoid
cursorButtonEvent
(CursorButtonEvent event, Spatial target, Spatial capture) void
cursorEntered
(CursorMotionEvent event, Spatial target, Spatial capture) void
cursorExited
(CursorMotionEvent event, Spatial target, Spatial capture) void
cursorMoved
(CursorMotionEvent event, Spatial target, Spatial capture)
-
Method Details
-
cursorButtonEvent
-
cursorEntered
-
cursorExited
-
cursorMoved
-