Is it possible to simulate a mouse click in gdevelop?

I’m sorry if my question doesnt make sense :sweat_smile: as someone told me in discord.
Only that it would be easier for me if I could simulate a click, if not, It’s fine.
Juts couldnt find an answer. Thanks.

No, but keep in mind “mouse click” isn’t an action in GDevelop, it is just an input.

So if you have a mouse click as an input for an event and you want it to also be triggered off something else, you can just copy the event and put your “something else” as the conditions, or use the advanced “OR” condition.

GDevelop cannot interact with the OS at all so you can not have it do anything outside of the game window.

1 Like

right, thanks for the answer SS! Just wanted to be sure. Have a nice day.