Class MouseTracker
- java.lang.Object
-
- org.dreambot.api.methods.input.mouse.MouseTracker
-
public class MouseTracker extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
java.lang.Object
getLock()
boolean
getTracking()
int[]
getXCoordinates()
int[]
getYCoordinates()
-
-
-
Method Detail
-
getTracking
public boolean getTracking()
- Returns:
- if mouse is tracking.
-
getLock
public java.lang.Object getLock()
- Returns:
- lock object.
-
getLength
public int getLength()
- Returns:
- the length of this mouse tracker.
-
getXCoordinates
public int[] getXCoordinates()
- Returns:
- the x coordinates.
-
getYCoordinates
public int[] getYCoordinates()
- Returns:
- the y coordinates.
-
-