Type Alias libinput_pointer_axis_source
pub type libinput_pointer_axis_source = u32;
Expand description
@ingroup device
The source for a libinput_pointer_axis event. See libinput_event_pointer_get_axis_source() for details.
@note Pointer axis sources are deprecated, the source is now encoded in the event types @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, @ref LIBINPUT_EVENT_POINTER_SCROLL_FINGER, and @ref LIBINPUT_EVENT_POINTER_SCROLL_CONTINUOUS.