Skip to content
  • Alice Mikhaylenko's avatar
    core-view: Fix pointer input on touch · d93213aa
    Alice Mikhaylenko authored
    The combination of GtkGestureClick+GtkEventControllerMotion was a naive
    direct port from GTK3's event signals. However, it can't really work on
    touchscreen: motion events never happen.
    
    Instead, use a GtkGestureDrag to track the whole press-drag-release
    sequence at once, and only use GtkEventControllerMotion when not dragging.
    d93213aa