avoiding doubleclick events in custom control
Julien Pommier
julien.pommier at insa-toulouse.fr
Sat Feb 3 04:54:24 PST 2007
Hi,
I have written a custom control and I would like to be notified (without
delay) of all mouse button up & down events. The problem is that for
quick successions of clicks, I get a double click event instead of two
successive left click. I can't find a way to say to my wxControl that I
do not want doubleclick events. Is there a solution ? (I'm using wxMac
right now)
Best regards,
Julien
More information about the wx-users
mailing list