View Single Post
Old 03-10-2018, 05:09 AM   #434
mdp
Wizard
mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.
 
Posts: 1,481
Karma: 9010563
Join Date: Jul 2013
Device: none
Quote:
Originally Posted by sogaiu View Post
Ok, attached should be an attempt to improve the double-clicking experience
I took a little time to get some stats:
-- the double tap time can be very subjective (affected by age?), but mine kept lax varied from 100ms to 350ms, with an average and median of 250ms. I think that to keep the "timedelta" value at 800ms will be safe.
-- the tap displacement in pixels, I think I well guessed it with 50:
7% of the deltas were beyond 40px, which means a success rate in double-click action of 85%;
4% of the deltas were beyond 50px, which means a success rate in double-click action of 90%; a few were beyond 60px. I attach a chart.

EDIT: a bit more empirically:
30px → 80% ; 35px → 85% ; 40px → 89% ; 50px → 93% ; 60px → 95%

EDIT2: I removed the former image because it was shamefully wrong. The distribution revealed to be a logarithmic distribution (10000 cases will err within 20, 1000 within 40, 100 within 80, 10 within 100 ... ).
Attached Thumbnails
Click image for larger version

Name:	doubletap_displacement_logarithmic.png
Views:	234
Size:	18.5 KB
ID:	163001  

Last edited by mdp; 03-23-2018 at 08:31 PM.
mdp is offline   Reply With Quote