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 Classes
    Modifier and Type
    Class
    Description
    static class 
    This event is called when a mouse button is pressed or released
    static class 
    This event is called when the mouse is moved
    static class 
    This event is called when the scroll wheel is used
  • Constructor Summary

    Constructors
    Constructor
    Description
    EventMouse(double xPos, double yPos)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    double
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EventMouse

      public EventMouse(double xPos, double yPos)
  • Method Details

    • getMouseX

      public double getMouseX()
    • getMouseY

      public double getMouseY()