From c185a17783a1b7c0d270def5e02eb3f27ba4fcb8 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Fri, 22 May 2015 18:30:09 +0200 Subject: event: Add pinch/swipe gesture event types and structs 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. --- doc/reference/clutter-sections.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/reference/clutter-sections.txt b/doc/reference/clutter-sections.txt index 3880923c8..ccca66b5b 100644 --- a/doc/reference/clutter-sections.txt +++ b/doc/reference/clutter-sections.txt @@ -1105,6 +1105,9 @@ ClutterStageStateEvent ClutterCrossingEvent ClutterTouchEvent ClutterEventSequence +ClutterTouchpadPinchEvent +ClutterTouchpadSwipeEvent +ClutterTouchpadGesturePhase clutter_event_new clutter_event_copy clutter_event_free -- cgit v1.2.1