Re: Detecting Multiple Clicks

2015-07-01 Thread Randy Hengst
Yes, thank you Scott. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Jun 30, 2015, at 9:50 PM, Paul Hibbert wrote: > > Nice share. > > Thank you Scott. > > Paul > >> On Jun 30, 2015, at 13:03, Scott Rossi wrote: >> >> Thought folks might find the following useful... >>

Re: Detecting Multiple Clicks

2015-06-30 Thread Paul Hibbert
Nice share. Thank you Scott. Paul > On Jun 30, 2015, at 13:03, Scott Rossi wrote: > > Thought folks might find the following useful... > > I currently have a situation where I need to detect multiple clicks on an > object and differentiate between the number of click sets (i.e. > single-click

Re: Detecting Multiple Clicks

2015-06-30 Thread JB
Thanks Scott! John Balgenorth On Jun 30, 2015, at 1:03 PM, Scott Rossi wrote: > Thought folks might find the following useful... > > I currently have a situation where I need to detect multiple clicks on an > object and differentiate between the number of click sets (i.e. > single-click, doub

Detecting Multiple Clicks

2015-06-30 Thread Scott Rossi
Thought folks might find the following useful... I currently have a situation where I need to detect multiple clicks on an object and differentiate between the number of click sets (i.e. single-click, double-click, triple-click, etc). The following seems to work well, detecting a 50-click event,