AxisFlags
Description:
[ CCode ( cprefix = "GDK_AXIS_FLAG_" , type_id = "gdk_axis_flags_get_type ()" ) ]
[ Flags ]
public enum AxisFlags
Flags describing the current capabilities of a device/tool.
Content:
Enum values:
- DELTA_X - Scroll X delta axis is present
- DELTA_Y - Scroll Y delta axis is present
- DISTANCE - Distance axis is present
- PRESSURE - Pressure axis is present
- ROTATION - Z-axis rotation is present
- SLIDER - Slider axis is present
- WHEEL - Wheel axis is present
- X - X axis is present
- XTILT - X tilt axis is present
- Y - Y axis is present
- YTILT - Y tilt axis is present