Too generic event handling

A lot of event handlers react to events in a too generic way - so lots of gestures cannot be invoked by parents because the event handler tracks the event already.

  • Button presses
    • button.gif

Too early reactions

Some event handlers react to events already before the type of gesture is known.

Projects/GTK/Events/Problems (last edited 2018-12-05 15:47:07 by EmmanueleBassi)