[mutter] enums: Add rotation/slider axes
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] enums: Add rotation/slider axes
- Date: Tue, 3 May 2016 16:46:19 +0000 (UTC)
commit ec708fc1a9cf9a5be25dc1101e8b429ec86941da
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Mar 29 14:33:40 2016 +0200
enums: Add rotation/slider axes
These will be useful for the tablet tools that have these features.
clutter/clutter/clutter-enums.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/clutter/clutter/clutter-enums.h b/clutter/clutter/clutter-enums.h
index 33c8d90..e44744d 100644
--- a/clutter/clutter/clutter-enums.h
+++ b/clutter/clutter/clutter-enums.h
@@ -946,6 +946,8 @@ typedef enum {
* @CLUTTER_INPUT_AXIS_YTILT: The tile on the Y axis
* @CLUTTER_INPUT_AXIS_WHEEL: A wheel
* @CLUTTER_INPUT_AXIS_DISTANCE: Distance (Since 1.12)
+ * @CLUTTER_INPUT_AXIS_ROTATION: Rotation along the z-axis (Since 1.28)
+ * @CLUTTER_INPUT_AXIS_SLIDER: A slider (Since 1.28)
* @CLUTTER_INPUT_AXIS_LAST: Last value of the enumeration; this value is
* useful when iterating over the enumeration values (Since 1.12)
*
@@ -963,6 +965,8 @@ typedef enum {
CLUTTER_INPUT_AXIS_YTILT,
CLUTTER_INPUT_AXIS_WHEEL,
CLUTTER_INPUT_AXIS_DISTANCE,
+ CLUTTER_INPUT_AXIS_ROTATION,
+ CLUTTER_INPUT_AXIS_SLIDER,
CLUTTER_INPUT_AXIS_LAST
} ClutterInputAxis;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]