currentMousePosition should return the current mouse pointer position
The current mouse pointer position
leftClick should allow to perform a left click via OS event
middleClick should allow to perform a middle click via OS event
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
The scroll amount
scrollRight should perform a right mouse scroll
The scroll amount
scrollUp should allow to perform an upward mouse scroll
The scroll amount
setMouseDelay should allow to configure mouse movement speed
The delay in milliseconds
A MouseActionProvider should provide access to a systems mouse input