]> Pileus Git - ~andy/gtk/commit
gdk: Add touch event types and mask
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 28 Feb 2011 19:53:42 +0000 (20:53 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 1 Mar 2012 21:25:20 +0000 (16:25 -0500)
commit7f35708ceeef47cef6807a8a5edc86f4229e1a80
tree7b0436a75cf48f9db153b45a9da7088689ab84f3
parenta490d2ebda584fe5145f5031ea7c1f0d2e1ec83b
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.
docs/reference/gdk/gdk3-sections.txt
gdk/gdkevents.c
gdk/gdkevents.h
gdk/gdktypes.h
gdk/gdkwindow.c