Class EventMouse.Move
java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.core.event.type.EventCancellable
org.rusherhack.client.api.events.client.input.EventMouse
org.rusherhack.client.api.events.client.input.EventMouse.Move
- All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
- Enclosing class:
- EventMouse
This event is called when the mouse is moved
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rusherhack.client.api.events.client.input.EventMouse
EventMouse.Key, EventMouse.Move, EventMouse.Scroll
-
Constructor Summary
-
Method Summary
Methods inherited from class org.rusherhack.client.api.events.client.input.EventMouse
getMouseX, getMouseY
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
-
Move
public Move(double xPos, double yPos)
-