Enumeration
ClutterInputDeviceToolType
since: 1.28
Description [src]
Defines the type of tool that a ClutterInputDeviceTool
represents.
Available since: 1.28
Members
Name | Description |
---|---|
CLUTTER_INPUT_DEVICE_TOOL_NONE |
No tool. |
CLUTTER_INPUT_DEVICE_TOOL_PEN |
The tool is a pen. |
CLUTTER_INPUT_DEVICE_TOOL_ERASER |
The tool is an eraser. |
CLUTTER_INPUT_DEVICE_TOOL_BRUSH |
The tool is a brush. |
CLUTTER_INPUT_DEVICE_TOOL_PENCIL |
The tool is a pencil. |
CLUTTER_INPUT_DEVICE_TOOL_AIRBRUSH |
The tool is an airbrush. |
CLUTTER_INPUT_DEVICE_TOOL_MOUSE |
The tool is a mouse. |
CLUTTER_INPUT_DEVICE_TOOL_LENS |
The tool is a lens. |