1 | initial version |
if you start clicking fast, CV_EVENT_LBUTTONDBLCLK gets triggered.
so it's not losing clicks, but interprets them in a different way.
2 | No.2 Revision |
if you start clicking fast, CV_EVENT_LBUTTONDBLCLK gets triggered.
so it's not losing clicks, but interprets them in a different way.
you'll have to extend your switch statement there.