Skip to content
  • Carlos Garnacho's avatar
    event: Add pinch/swipe gesture event types and structs · c185a177
    Carlos Garnacho authored
    We now have ClutterTouchpadPinchEvent and ClutterTouchpadSwipeEvent,
    each bringing the necessary info for the specific gesture. Each
    of these events is defined by begin/update/end/cancel phases.
    
    These events have been also made to propagate down/up the pointer
    position, just like scroll and button events do.
    c185a177