Объект key
- int getMinDelay();
- int getMultipliedPressDelay();
- int getMultipliedReleaseDelay();
- float getMultiplier();
- int getPressDelay();
- int getReleaseDelay();
- float getSpeed();
- boolean isPressed(String keys);
- void perform(String keys, String action);
- void press(String keys);
- void release(String keys);
- void resetDelays();
- void resetMultiplier();
- void resetSpeed();
- void setDelays(int delay);
- void setMinDelay(int delay);
- void setMultiplier(float multiplier);
- void setPressDelay(int pressDelay);
- void setReleaseDelay(int releaseDelay);
- void setSpeed(float multiplier);
- void type(String keys);
Объект mouse
- void button(String button, String action);
- void buttonAt(String button, String action, int x, int y);
- void click(String button);
- void clickAt(String button, int x, int y);
- int getMinDelay();
- int getMoveDelay();
- int getMultipliedMoveDelay();
- int getMultipliedPressDelay();
- int getMultipliedReleaseDelay();
- int getMultipliedWheelDelay();
- float getMultiplier();
- int getPressDelay();
- int getReleaseDelay();
- float getSpeed();
- int getWheelDelay();
- int getX();
- int getY();
- void move(int dx, int dy);
- void moveAbsolute(String path);
- void moveAbsolute_D(String path);
- void moveAndButton(String button, String action, int dx, int dy);
- void moveAndClick(String button, int dx, int dy);
- void moveAndPress(String button, int dx, int dy);
- void moveAndRelease(String button, int dx, int dy);
- void moveAndWheel(String direction, int amount, int dx, int dy);
- void moveRelative(String path);
- void moveRelative_D(String path);
- void moveTo(int x, int y);
- void press(String button);
- void pressAt(String button, int x, int y);
- void release(String button);
- void releaseAt(String button, int x, int y);
- void resetDelays();
- void resetMultiplier();
- void resetSpeed();
- void setDelays(int delay);
- void setMinDelay(int minDelay);
- void setMoveDelay(int moveDelay);
- void setMultiplier(float multiplier);
- void setPressDelay(int pressDelay);
- void setReleaseDelay(int releaseDelay);
- void setSpeed(float multiplier);
- void setWheelDelay(int wheelDelay);
- void setX(int x);
- void setY(int y);
- void wheel(String direction, int amount);
- void wheelAt(String direction, int amount, int x, int y);
Объект combined
- void run(String encoding, String code);
Объект system
- int getMultipliedDelay(int delay);
- float getMultiplier();
- float getSpeed();
- void print(String s);
- void println(String s);
- void registerShortcut(String shortcut, String function);
- void resetMultiplier();
- void resetSpeed();
- void setMultiplier(float multiplier);
- void setSpeed(float multiplier);
- void sleep(int ms);
Объект clipboard
- String get();
- void set(String str);