diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2011-02-28 20:53:42 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-03-01 16:25:20 -0500 |
commit | 7f35708ceeef47cef6807a8a5edc86f4229e1a80 (patch) | |
tree | 7b0436a75cf48f9db153b45a9da7088689ab84f3 /docs | |
parent | a490d2ebda584fe5145f5031ea7c1f0d2e1ec83b (diff) | |
download | gtk+-7f35708ceeef47cef6807a8a5edc86f4229e1a80.tar.gz |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdk/gdk3-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gdk/gdk3-sections.txt b/docs/reference/gdk/gdk3-sections.txt index cea9153955..2e064fe134 100644 --- a/docs/reference/gdk/gdk3-sections.txt +++ b/docs/reference/gdk/gdk3-sections.txt @@ -829,6 +829,7 @@ GdkEvent GdkEventAny GdkEventKey GdkEventButton +GdkEventTouch GdkEventScroll GdkEventMotion GdkEventExpose |