public interface RobotPeer
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
int |
getRGBPixel(int x,
int y) |
int[] |
getRGBPixels(Rectangle screen) |
void |
keyPress(int keycode) |
void |
keyRelease(int keycode) |
void |
mouseMove(int x,
int y) |
void |
mousePress(int buttons) |
void |
mouseRelease(int buttons) |
void |
mouseWheel(int wheelAmt) |
void mouseMove(int x, int y)
void mousePress(int buttons)
void mouseRelease(int buttons)
void mouseWheel(int wheelAmt)
void keyPress(int keycode)
void keyRelease(int keycode)
int getRGBPixel(int x, int y)
int[] getRGBPixels(Rectangle screen)
void dispose()