Adept Posted March 4, 2017 Share Posted March 4, 2017 (edited) Both of the above can be used to manipulate the mouse. What are the advantages and disadvantages of each? I am attempting to click and move the mouse in quick succession (with the least possible delay). Which approach of the two is most suitable? Is there any way to combine multiple mouse events into one? Edited March 4, 2017 by Adept Quote Link to comment Share on other sites More sharing options...
Essaint Posted March 4, 2017 Share Posted March 4, 2017 getMouse. Don't really need to explain if you know what you're doing. Quote Link to comment Share on other sites More sharing options...
Explv Posted March 4, 2017 Share Posted March 4, 2017 28 minutes ago, Adept said: Both of the above can be used to manipulate the mouse. What are the advantages and disadvantages of each? I am attempting to click and move the mouse in quick succession (with the least possible delay). Which approach of the two is most suitable? Is there any way to combine multiple mouse events into one? The getMouse() methods make use of MouseEvent. If you need more customisation of the mouse movements then use a MouseEvent 1 Quote Link to comment Share on other sites More sharing options...