Hi.
I have one question : I want to limit the number of clicks to one click of the mouse node. When I click on the mouse click 1. I’d like to make it no longer a click.
What should I do?
thanks.!
Is this what you mean?
1 Like
Or maybe this?
1 Like
MouseMatch is also very useful for detecting mouse clicks (including doubleclicks):
If you want most control over mouse events, use the MouseEvents (Mouse Split) to get detailled info about all the mouse events that happened. For most cases, MouseMatch is the way to go.
1 Like
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.