Package rsb.internal.input
Class Mouse
java.lang.Object
rsb.internal.input.Focus
rsb.internal.input.Mouse
- All Implemented Interfaces:
FocusListener
,MouseListener
,EventListener
,net.runelite.client.input.MouseWheelListener
public abstract class Mouse
extends Focus
implements MouseListener, net.runelite.client.input.MouseWheelListener
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class rsb.internal.input.Focus
focusGained, focusLost
-
Constructor Details
-
Mouse
public Mouse()
-
-
Method Details
-
getComponent
-
getX
public int getX() -
getY
public int getY() -
getPressX
public int getPressX() -
getPressY
public int getPressY() -
getPressTime
public long getPressTime() -
isPressed
public boolean isPressed() -
isPresent
public boolean isPresent() -
isInFocus
public boolean isInFocus() -
_focusGained
- Specified by:
_focusGained
in classFocus
-
_focusLost
- Specified by:
_focusLost
in classFocus
-
mouseClicked
- Specified by:
mouseClicked
in interfaceMouseListener
-
mouseDragged
-
mouseEntered
- Specified by:
mouseEntered
in interfaceMouseListener
-
mouseExited
- Specified by:
mouseExited
in interfaceMouseListener
-
mouseMoved
-
mousePressed
- Specified by:
mousePressed
in interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleased
in interfaceMouseListener
-
mouseWheelMoved
- Specified by:
mouseWheelMoved
in interfacenet.runelite.client.input.MouseWheelListener
-