From 857780ede7a3f2635be1d3034768641a2cd237ce Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Mon, 29 Apr 2024 15:06:13 +0000 Subject: [PATCH] Ring positions increase clockwise Part-of: --- src/libinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index 2c86cc08..828aedf1 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -3141,7 +3141,7 @@ libinput_event_tablet_pad_get_base_event(struct libinput_event_tablet_pad *event /** * @ingroup event_tablet_pad * - * Returns the current position of the ring, in degrees counterclockwise + * Returns the current position of the ring, in degrees clockwise * from the northern-most point of the ring in the tablet's current logical * orientation. *