Skip to content
  • Carlos Garnacho's avatar
    core: Add MetaGestureTracker · 59382bac
    Carlos Garnacho authored and Jasper St. Pierre's avatar Jasper St. Pierre committed
    This object tracks both touch sequences happening on the stage and
    gestures attached to the stage actor. When a gesture emits
    ::gesture-begin, All triggering sequences and future ones will be
    marked as "accepted" by the compositor, and events will be listened
    for meanwhile there are active gestures.
    
    If a sequence goes unclaimed for a short time, it will be
    automatically "denied", and punted to the client or shell element
    below.
    59382bac