final class IosRobot extends Robot
| Modifier and Type | Field and Description |
|---|---|
private long |
ptr |
MOUSE_LEFT_BTN, MOUSE_MIDDLE_BTN, MOUSE_RIGHT_BTN| Constructor and Description |
|---|
IosRobot() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_create() |
protected void |
_destroy() |
private void |
_destroy(long ptr) |
protected int |
_getMouseX() |
private int |
_getMouseX(long ptr) |
protected int |
_getMouseY() |
private int |
_getMouseY(long ptr) |
protected int |
_getPixelColor(int x,
int y) |
private int |
_getPixelColor(long ptr,
int x,
int y) |
protected Pixels |
_getScreenCapture(int x,
int y,
int width,
int height,
boolean isHiDPI) |
private void |
_getScreenCapture(long ptr,
int x,
int y,
int width,
int height,
int[] data) |
private long |
_init() |
protected void |
_keyPress(int code) |
private void |
_keyPress(long ptr,
int code) |
protected void |
_keyRelease(int code) |
private void |
_keyRelease(long ptr,
int code) |
protected void |
_mouseMove(int x,
int y) |
private void |
_mouseMove(long ptr,
int x,
int y) |
protected void |
_mousePress(int buttons) |
private void |
_mousePress(long ptr,
int buttons) |
protected void |
_mouseRelease(int buttons) |
private void |
_mouseRelease(long ptr,
int buttons) |
protected void |
_mouseWheel(int wheelAmt) |
private void |
_mouseWheel(long ptr,
int wheelAmt) |
destroy, getMouseX, getMouseY, getPixelColor, getScreenCapture, getScreenCapture, keyPress, keyRelease, mouseMove, mousePress, mouseRelease, mouseWheelprivate long _init()
private void _destroy(long ptr)
private void _keyPress(long ptr,
int code)
private void _keyRelease(long ptr,
int code)
protected void _keyRelease(int code)
_keyRelease in class Robotprivate void _mouseMove(long ptr,
int x,
int y)
protected void _mouseMove(int x,
int y)
_mouseMove in class Robotprivate void _mousePress(long ptr,
int buttons)
protected void _mousePress(int buttons)
_mousePress in class Robotprivate void _mouseRelease(long ptr,
int buttons)
protected void _mouseRelease(int buttons)
_mouseRelease in class Robotprivate void _mouseWheel(long ptr,
int wheelAmt)
protected void _mouseWheel(int wheelAmt)
_mouseWheel in class Robotprivate int _getMouseX(long ptr)
protected int _getMouseX()
_getMouseX in class Robotprivate int _getMouseY(long ptr)
protected int _getMouseY()
_getMouseY in class Robotprivate int _getPixelColor(long ptr,
int x,
int y)
protected int _getPixelColor(int x,
int y)
_getPixelColor in class Robotprivate void _getScreenCapture(long ptr,
int x,
int y,
int width,
int height,
int[] data)
protected Pixels _getScreenCapture(int x, int y, int width, int height, boolean isHiDPI)
_getScreenCapture in class Robot