]> git.mdlowis.com Git - proto/labwc.git/commitdiff
config: add comment to enum lab_motion
authorJohn Lindgren <john@jlindgren.net>
Thu, 21 Aug 2025 04:23:07 +0000 (00:23 -0400)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Thu, 21 Aug 2025 07:55:25 +0000 (16:55 +0900)
include/config/types.h

index e8277463c8c69e64ff4c65862d625abe61b3cdda..246c75275ce34b0d72e6cee2747f1b8f7e90a787 100644 (file)
@@ -33,6 +33,10 @@ enum lab_edge {
        LAB_EDGE_DOWNRIGHT = (LAB_EDGE_DOWN | LAB_EDGE_RIGHT),
 };
 
+/**
+ * Indicates whether tablet tool motion events should be reported using
+ * absolute or relative coordinates
+ */
 enum lab_motion {
        LAB_MOTION_ABSOLUTE = 0,
        LAB_MOTION_RELATIVE,