08-16-2022, 02:19 AM
(08-15-2022, 06:49 PM)dcromley Wrote: > @james2464
> It seems tricky to be able to 'capture' a right-click.
This may be helpful -- it is a program that just draws random lines, but also checks the left and right mouse buttons and draws colored lines. It checks for the down-edges (clicks) and up-edges (ends).
> Also, what sort of delay/wait method would be appropriate?
You may already have this answered, but are you interested in "repeat" clicks? Like repeating keys? I have a version that adds that, using "TIMER(.001)"
Anyway, thanks for "Life".
Thank you, this is a perfect example. I'll study this for sure...it works really well with both left and right buttons.