pub const libinput_pointer_axis_source_LIBINPUT_POINTER_AXIS_SOURCE_WHEEL_TILT: libinput_pointer_axis_source = 4;
Expand description

The event is caused by the tilting of a mouse wheel rather than its rotation. This method is commonly used on mice without separate horizontal scroll wheels.

@deprecated This axis source is deprecated as of libinput 1.16. It was never used by any device before libinput 1.16. All wheel tilt devices use @ref LIBINPUT_POINTER_AXIS_SOURCE_WHEEL instead.