diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2016-08-04 19:12:57 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2016-08-23 21:01:44 +0200 |
commit | b8a77d4da310556014b06cf34cca2e9592da63fd (patch) | |
tree | 5a749f9f66471bccdcb8942e3b48bd750f0c0f40 /gdk/gdk.h | |
parent | f1a9cd466e48243ff6a3592b933bab2336e8c04d (diff) | |
download | gtk+-b8a77d4da310556014b06cf34cca2e9592da63fd.tar.gz |
gdk: Add GdkDevicePad
This is an interface meant to be implemented by the "pad" devices.
This device-specific interface exposes the mapping of all pad features,
it allows retrieving:
- The number of buttons/rings/strips
- The number of groups
- The number of modes a group has
- Whether a given button/ring/strip belongs to a given group
https://bugzilla.gnome.org/show_bug.cgi?id=770026
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r-- | gdk/gdk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ #include <gdk/gdkcairo.h> #include <gdk/gdkcursor.h> #include <gdk/gdkdevice.h> +#include <gdk/gdkdevicepad.h> #include <gdk/gdkdevicetool.h> #include <gdk/gdkdevicemanager.h> #include <gdk/gdkdisplay.h> |