[gtk+/touch-for-3.4: 58/65] gdk: Adapt event documentation to mention the new types
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/touch-for-3.4: 58/65] gdk: Adapt event documentation to mention the new types
- Date: Fri, 24 Feb 2012 15:29:43 +0000 (UTC)
commit dda2ce7455edee81403335cc58f7a2267d7007a2
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Feb 24 10:14:21 2012 -0500
gdk: Adapt event documentation to mention the new types
gdk/gdktypes.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index 23f971f..9926482 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -367,10 +367,10 @@ typedef enum
* To receive more motion events after a motion hint event, the application
* needs to asks for more, by calling gdk_event_request_motions().
*
- * If %GDK_TOUCH_MASK is enabled, the window will receive (multi)touch events
- * from touch-enabled devices. Those will come as sequences #GdkEventMotion
- * with type %GDK_TOUCH_MOTION, enclosed by 2 #GdkEventButton events with
- * type %GDK_TOUCH_PRESS / %GDK_TOUCH_RELEASE. gdk_event_get_touch_id() will
+ * If %GDK_TOUCH_MASK is enabled, the window will receive touch events
+ * from touch-enabled devices. Those will come as sequences of #GdkEventTouch
+ * with type %GDK_TOUCH_UPDATE, enclosed by 2 #GdkEventTouch events with
+ * type %GDK_TOUCH_BEGIN / %GDK_TOUCH_END. gdk_event_get_touch_id() will
* return the touch ID on those events, so different sequences may be
* distinguished.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]