mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
clutter: Add "pad" device type
This commit is contained in:
parent
8b769a3412
commit
6b08990dcc
@ -900,6 +900,7 @@ typedef enum { /*< prefix=CLUTTER_FLOW >*/
|
|||||||
* @CLUTTER_PEN_DEVICE: A pen device
|
* @CLUTTER_PEN_DEVICE: A pen device
|
||||||
* @CLUTTER_ERASER_DEVICE: An eraser device
|
* @CLUTTER_ERASER_DEVICE: An eraser device
|
||||||
* @CLUTTER_CURSOR_DEVICE: A cursor device
|
* @CLUTTER_CURSOR_DEVICE: A cursor device
|
||||||
|
* @CLUTTER_PAD_DEVICE: A tablet pad
|
||||||
* @CLUTTER_N_DEVICE_TYPES: The number of device types
|
* @CLUTTER_N_DEVICE_TYPES: The number of device types
|
||||||
*
|
*
|
||||||
* The types of input devices available.
|
* The types of input devices available.
|
||||||
@ -920,6 +921,7 @@ typedef enum {
|
|||||||
CLUTTER_PEN_DEVICE,
|
CLUTTER_PEN_DEVICE,
|
||||||
CLUTTER_ERASER_DEVICE,
|
CLUTTER_ERASER_DEVICE,
|
||||||
CLUTTER_CURSOR_DEVICE,
|
CLUTTER_CURSOR_DEVICE,
|
||||||
|
CLUTTER_PAD_DEVICE,
|
||||||
|
|
||||||
CLUTTER_N_DEVICE_TYPES
|
CLUTTER_N_DEVICE_TYPES
|
||||||
} ClutterInputDeviceType;
|
} ClutterInputDeviceType;
|
||||||
|
Loading…
Reference in New Issue
Block a user