I have this.
These two are identical, but one is mouse down.
What I want it to do is let individual clicks pass, but also let pressing down mousebutton work, after a tiny while, long enough for the user to presumtive click and release mouse button for individual input? (or a tiny bit longer)
With having both events going on, the mousedown of course kicks in at once.
I hope I am able to explain what I want.
For context: it is to adjust a number in gui. Pressing down button will spam and do it uncontrollable way, while single clicks is tedious if you want to adjust from let's say 0 to 60.
Here's a pic to show what I mean.
Thank you!!