Class OnRightMouseDownEvent

java.lang.Object
com.avrix.events.Event
com.avrix.events.OnRightMouseDownEvent

public abstract class OnRightMouseDownEvent extends Event
Triggered when right mouse button is down.
  • Constructor Details

    • OnRightMouseDownEvent

      public OnRightMouseDownEvent()
  • Method Details

    • getEventName

      public String getEventName()
      Getting the event name
      Specified by:
      getEventName in class Event
      Returns:
      name of the event being implemented
    • handleEvent

      public abstract void handleEvent(Integer x, Integer y)
      Called Event Handling Method
      Parameters:
      x - The x coordinate where the right mouse button was pressed down.
      y - The y coordinate where the right mouse button was pressed down.