diff --git a/include/config/types.h b/include/config/types.h index e8277463..246c7527 100644 --- a/include/config/types.h +++ b/include/config/types.h @@ -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,