Class EventMouse
java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.core.event.type.EventCancellable
org.rusherhack.client.api.events.client.input.EventMouse
- All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
- Direct Known Subclasses:
EventMouse.Key
,EventMouse.Move
,EventMouse.Scroll
public abstract class EventMouse
extends org.rusherhack.core.event.type.EventCancellable
Class containing mouse-related update events
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
This event is called when a mouse button is pressed or releasedstatic class
This event is called when the mouse is movedstatic class
This event is called when the scroll wheel is used -
Constructor Summary
-
Method Summary
Methods inherited from class org.rusherhack.core.event.type.EventCancellable
isCancelled, setCancelled
Methods inherited from class org.rusherhack.core.event.type.Event
getPreferredStage, getStage, setStage
-
Constructor Details
-
EventMouse
public EventMouse(double xPos, double yPos)
-
-
Method Details
-
getMouseX
public double getMouseX() -
getMouseY
public double getMouseY()
-