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
Nested ClassesModifier and TypeClassDescriptionstatic classThis event is called when a mouse button is pressed or releasedstatic classThis event is called when the mouse is movedstatic classThis event is called when the scroll wheel is used -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.rusherhack.core.event.type.EventCancellable
isCancelled, setCancelledMethods 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()
-