[Closed] Mouse Clicks Catch?
Hiya. Good work Rivendale.
Myself I did one double click routine that I use for the interface (so you can double click buttons) and on for use on objects.
I got it to work pretty good with double click, but you had to click it a little differently. You did one click and then on the second click you held down the for a very while, say 0.5sec, then it would register as a double click. I used a high-frequent timer, and it seemed to work pretty good. Basically I was checking if mouse was DOWN, and then UP, and lastly DOWN again. If this sequence was found in a short time span, say 0.5sec then a double click would register.
/Andreas
Hi, I have updated my Triple-Click script now. I have optimized the code so that if it is not a valid situation the script will do almost nothing. I also removed the ring select function since it didn’t work well to use keyboard.shiftpressed() with the callback.
I have had this script turned on ever since I first posted it here and it’s a great little helper. I will submit it to scriptspot soon. The link in my previous post is updated too.
CML