gdk: Adapt event documentation to mention the new types

This commit is contained in:
Matthias Clasen
2012-02-24 10:14:21 -05:00
parent 727200c6a0
commit dda2ce7455

View File

@@ -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.
*/