summaryrefslogtreecommitdiff
path: root/src/libinput.sym
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-11-11 13:39:43 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-11-12 06:52:51 +1000
commit1318ffadb527bdc9e924d4a67becb6a8aa5b1644 (patch)
treee5559bfb6ccec23fda8dc02f00e51945b348a389 /src/libinput.sym
parent30dbd6718ac28a950f5fd66c3bbbf81fac814c8d (diff)
tablet: split out tip handling into a separate event
The tablet tip works like a button in the kernel but is otherwise not really a button. Split it into an explicit tip up/down event instead. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'src/libinput.sym')
-rw-r--r--src/libinput.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libinput.sym b/src/libinput.sym
index 1c297c7f..33d5b33f 100644
--- a/src/libinput.sym
+++ b/src/libinput.sym
@@ -195,6 +195,7 @@ LIBINPUT_TABLET_SUPPORT {
libinput_event_tablet_get_proximity_state;
libinput_event_tablet_get_seat_button_count;
libinput_event_tablet_get_time;
+ libinput_event_tablet_get_tip_state;
libinput_event_tablet_get_tool;
libinput_event_tablet_get_x_transformed;
libinput_event_tablet_get_y_transformed;