gdk: Add touch event types and mask

This commit introduces GDK_TOUCH_BEGIN/UPDATE/END/CANCEL
and a separate GdkEventTouch struct that they use. This
is closer to the touch event API of other platforms and
matches the xi2 events closely, too.
This commit is contained in:
Carlos Garnacho
2011-02-28 20:53:42 +01:00
committed by Matthias Clasen
parent a490d2ebda
commit 7f35708cee
5 changed files with 180 additions and 5 deletions

View File

@ -829,6 +829,7 @@ GdkEvent
GdkEventAny
GdkEventKey
GdkEventButton
GdkEventTouch
GdkEventScroll
GdkEventMotion
GdkEventExpose