Is it possible to make a mouse click on certain coordinates (e.g. x 300, y 400) without moving the "actual" mouse pointer?
I am currently doing a workaround with mouseMove(), mousePress()&mouseRelease + returning to the previous position. That is not an actual good solution. Another possibilty would be making a program in C that does that and call it all the time but I think it's even worse.
Thanks for your answers.