- Joined
- Apr 19, 2016
- Messages
- 55
- Thread Author
- #1
Mouse.getPosition() returns a Point so how do you make the mouse move to that Point in the future?
Do we use Mouse.PathGenerator.hop(new Point(x,y))? Then, to click that point, do we just use
Mouse.click(Mouse.Button.LEFT)?
Is this how it's done? I have tried this but so far it doesn't seem to be working. Is there a better way?
Thanks for the help in advance.
Do we use Mouse.PathGenerator.hop(new Point(x,y))? Then, to click that point, do we just use
Mouse.click(Mouse.Button.LEFT)?
Is this how it's done? I have tried this but so far it doesn't seem to be working. Is there a better way?
Thanks for the help in advance.