Constant input::ffi::libinput_event_type_LIBINPUT_EVENT_TOUCH_CANCEL[][src]

pub const libinput_event_type_LIBINPUT_EVENT_TOUCH_CANCEL: u32 = 503; // 0x0000_01f7u32
Expand description

A scroll event from a continuous scroll source, e.g. button scrolling. This event is sent is sent in addition to the @ref LIBINPUT_EVENT_POINTER_AXIS event for all events with a libinput_event_pointer_get_axis_source() of @ref LIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUS. Ignore @ref LIBINPUT_EVENT_POINTER_AXIS if you are processing this event.

See the libinput documentation for details.

@since 1.19