A MouseActionProvider should provide access to a systems mouse input
click should allow to perform a single click via OS event
The Button to click
currentMousePosition should return the current mouse pointer position
The current mouse pointer position
doubleClick should allow to perform a double click via OS event
leftClick should allow to perform a left click via OS event
Will be deprecated with the next major release, use click instead
click
middleClick should allow to perform a middle click via OS event
pressButton should allow to press and hold a mouse button
The Button to press and hold
releaseButton should allow to release a pressed button
The Button to release
rightClick should allow to perform a right click via OS event
scrollDown should allow to perform an downward mouse scroll
The scroll amount
scrollLeft should allow to perform a left mouse scroll
scrollRight should perform a right mouse scroll
scrollUp should allow to perform an upward mouse scroll
setMouseDelay should allow to configure mouse movement speed
The delay in milliseconds
setMousePosition should allow to set the mouse cursor position
The Point to which the mouse pointer should be set
Generated using TypeDoc
A MouseActionProvider should provide access to a systems mouse input