Constant input_sys::libinput_event_type_LIBINPUT_EVENT_TABLET_TOOL_AXIS[][src]

pub const libinput_event_type_LIBINPUT_EVENT_TABLET_TOOL_AXIS: libinput_event_type = 600;
Expand description

One or more axes have changed state on a device with the @ref LIBINPUT_DEVICE_CAP_TABLET_TOOL capability. This event is only sent when the tool is in proximity, see @ref LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY for details.

The proximity event contains the initial state of the axis as the tool comes into proximity. An event of type @ref LIBINPUT_EVENT_TABLET_TOOL_AXIS is only sent when an axis value changes from this initial state. It is possible for a tool to enter and leave proximity without sending an event of type @ref LIBINPUT_EVENT_TABLET_TOOL_AXIS.

An event of type @ref LIBINPUT_EVENT_TABLET_TOOL_AXIS is sent when the tip state does not change. See the documentation for @ref LIBINPUT_EVENT_TABLET_TOOL_TIP for more details.

@since 1.2