Is it possible to simulate mouse clicks and key presses in GLFW like PyAutoGUI?
Hi @MainKt,
Currently GLFW does not have simulated mouse clicks and key presses.
However if you have an application you are writing yourself you could add a layer which implemented this feature.
Cheers,
Doug.