Mouse class constructor
NativeAdapter instance which bundles access to mouse, keyboard and clipboard
getPosition returns a Point representing the current mouse position
pressButton presses and holds a mouse button
releaseButton releases a mouse button previously pressed via pressButton
rightClick performs a click with the right mouse button
scrollDown scrolls down for a given amount of "steps" Please note that the actual scroll distance of a single "step" is OS dependent
The amount of "steps" to scroll
scrollLeft scrolls left for a given amount of "steps" Please note that the actual scroll distance of a single "step" is OS dependent
The amount of "steps" to scroll
scrollRight scrolls right for a given amount of "steps" Please note that the actual scroll distance of a single "step" is OS dependent
The amount of "steps" to scroll
setPosition instantly moves the mouse cursor to a given Point
Config object for Mouse class
Configures the delay between single mouse events
Configures the speed in pixels/second for mouse movement
Mouse class provides methods to emulate mouse input