mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
enums: Add rotation/slider axes
These will be useful for the tablet tools that have these features.
This commit is contained in:
parent
6e773389fd
commit
ec708fc1a9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user