Skip to content
  • Carlos Garnacho's avatar
    gdk: Generate crossing events around touch devices' press/release · 8689921b
    Carlos Garnacho authored
    Anytime a touch device interacts, the crossing events generation
    will change to a touch mode where only events with mode
    GDK_CROSSING_TOUCH_BEGIN/END are handled, and those are sent
    around touch begin/end. Those are virtual as the master
    device may still stay on the window.
    
    Whenever there is a switch of slave device (the user starts
    using another non-touch device), a crossing event with mode
    GDK_CROSSING_DEVICE_SWITCH may generated if needed, and the normal
    crossing event handling is resumed.
    8689921b