From d195a96212bd292cb49007c282f1b3ca5b96215f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 9 Jul 2015 14:17:56 +1000 Subject: [PATCH] doc: drop a confusing note This note doesn't add anything, the delta to the last changed is the same as the delta to the last event, otherwise it'd be 0. Signed-off-by: Peter Hutterer --- src/libinput.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/libinput.h b/src/libinput.h index 9a377f8b..9c2f5062 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -1358,10 +1358,6 @@ libinput_event_tablet_get_axis_value(struct libinput_event_tablet *event, * For all other axes, see libinput_event_tablet_get_axis_value() for * details. * - * @note The delta is *not* the delta to the previous event, but the delta - * to the previous axis state, i.e. the delta to the last event that - * libinput_event_tablet_axis_has_changed() returned true for this axis. - * * @param event The libinput tablet event * @param axis The axis to retrieve the value of * @return The delta to the previous axis value @@ -1379,10 +1375,6 @@ libinput_event_tablet_get_axis_delta(struct libinput_event_tablet *event, * of physical mouse wheel clicks. * For all other axes, this function returns 0. * - * @note The delta is *not* the delta to the previous event, but the delta - * to the previous axis state, i.e. the delta to the last event that - * libinput_event_tablet_axis_has_changed() returned true for this axis. - * * @param event The libinput tablet event * @param axis The axis to retrieve the value of * @return The delta to the previous axis value in discrete steps