Hi guys I need help,
I noticed when I created a new RectangleDestination(int x,int y,int width,int height) from the osbot API
both width and height had to be 3px or more for the mouse to actually move to that position.
So therefore I cannot make a rectangle with 1px width, 1px height.
How can I let my mouse move to an exact given location on the screen?
Thanks in advance