A uTouch architecture introduction
A uTouch architecture introduction
Posted May 25, 2012 0:49 UTC (Fri) by mathstuf (subscriber, #69389)In reply to: A uTouch architecture introduction by tshow
Parent article: A uTouch architecture introduction
If you look at the event stream for, say, a triple click in GTK, you get all of the events (single, double, and triple). We have this issue in uzbl because if we wire up triple click events, the double click event handler has already been fired. Of course, if there is documentation anywhere on how to handle this situation, directions would be greatly appreciated (I've found GTK's docs could use some examples with some complexity in them; as it is, I'm usually forced to trudging through GTK apps which have behavior that I want for examples).