[mutter/wip/carlosg/capabilities-and-dimensions: 1/11] clutter: Add capability flags for trackpoints and trackballs
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/capabilities-and-dimensions: 1/11] clutter: Add capability flags for trackpoints and trackballs
- Date: Tue, 6 Sep 2022 15:38:34 +0000 (UTC)
commit fbe64dc2722faea6d2eb816cfe0e780d808404de
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Sep 6 09:44:48 2022 +0200
clutter: Add capability flags for trackpoints and trackballs
The detection of these devices is nowadays scattered around using
udev. Add these capabilities so that we can move this detection to
seats.
clutter/clutter/clutter-enums.h | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/clutter/clutter/clutter-enums.h b/clutter/clutter/clutter-enums.h
index d836884915..f698885839 100644
--- a/clutter/clutter/clutter-enums.h
+++ b/clutter/clutter/clutter-enums.h
@@ -903,6 +903,8 @@ typedef enum /*< prefix=CLUTTER_INPUT_CAPABILITY >*/
CLUTTER_INPUT_CAPABILITY_TOUCH = 1 << 3,
CLUTTER_INPUT_CAPABILITY_TABLET_TOOL = 1 << 4,
CLUTTER_INPUT_CAPABILITY_TABLET_PAD = 1 << 5,
+ CLUTTER_INPUT_CAPABILITY_TRACKBALL = 1 << 6,
+ CLUTTER_INPUT_CAPABILITY_TRACKPOINT = 1 << 7,
} ClutterInputCapabilities;
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]