summaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
authorRohan Hendrik Jotz-Lean <rohan@rohanlean.de>2022-01-20 14:05:50 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-09-05 11:07:57 +0000
commit1c6a1a340de1f0737a566c0e1a23a42e2a2b92ca (patch)
tree393197160edd782fbcf8109c066175b1e843a778 /headers
parentc7c2f89645440164f784bef3c82f63e77aaac6c7 (diff)
downloadgsettings-desktop-schemas-1c6a1a340de1f0737a566c0e1a23a42e2a2b92ca.tar.gz
schemas: add configuration options for pointing sticks
Add configuration options for pointing stick devices such as the TrackPoint. The options control speed, acceleration profile, and scrolling method.
Diffstat (limited to 'headers')
-rw-r--r--headers/gdesktop-enums.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/headers/gdesktop-enums.h b/headers/gdesktop-enums.h
index e67e0f7..4a9c5fa 100644
--- a/headers/gdesktop-enums.h
+++ b/headers/gdesktop-enums.h
@@ -258,4 +258,11 @@ typedef enum
G_DESKTOP_COLOR_SCHEME_PREFER_LIGHT,
} GDesktopColorScheme;
+typedef enum
+{
+ G_DESKTOP_POINTING_STICK_SCROLL_METHOD_DEFAULT,
+ G_DESKTOP_POINTING_STICK_SCROLL_METHOD_NONE,
+ G_DESKTOP_POINTING_STICK_SCROLL_METHOD_ON_BUTTON_DOWN
+} GDesktopPointingStickScrollMethod;
+
#endif /* __gdesktop_enums_h__ */