Title pretty much states it all. I was wandering if there is a way for me to simulate a mouse click using game makers coding language. This is going to be used for controller support for a GUI. I know I can make it work without it mouse click simulation, but it would be a lot easier if I could.
Asked
Active
Viewed 241 times
1
-
see function `event_perform()` – Dmi7ry May 12 '17 at 05:34
-
This is exactly what I needed! Thank you! – Hastradamus May 16 '17 at 09:41