On 08/25/12 10:37, David FLEURY wrote:
> Hi,
> 
> I am using Fl::event_clicks to detect double clic,
> but I don't succeed to cath a trip-clicks ?
> 
> Any idea ?

        Make sure your code that handles the double click
        still allows the event through to the base class,
        and returns a proper value on return.

        It's sometimes easy to short circuit the event delivery
        mechanism with an early return() or some such.

        If still not sure, show us your widget's handle() function
        from top to bottom, so we can see the logic.

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to