wlroots-hyprland/backend/libinput
José Expósito c6032d6b1c backend/libinput: handle high-res scroll events
On newer versions of libinput, the event LIBINPUT_EVENT_POINTER_AXIS
has been deprecated in favour of LIBINPUT_EVENT_POINTER_SCROLL_WHEEL,
LIBINPUT_EVENT_POINTER_SCROLL_FINGER and
LIBINPUT_EVENT_POINTER_SCROLL_CONTINUOUS.

Where new events are provided by the backend, ignore
LIBINPUT_EVENT_POINTER_AXIS, receive high-resolution scroll events from
libinput and emit the appropiate wlr_pointer signal.
2022-07-11 11:01:35 +02:00
..
backend.c wlr_input_device: remove anon union field 2022-06-21 18:42:07 +00:00
events.c backend/libinput: handle high-res scroll events 2022-07-11 11:01:35 +02:00
keyboard.c types/wlr_keyboard: uniformize events name 2022-03-17 18:16:14 +00:00
meson.build build: check if libinput supports high-res scroll 2022-07-11 11:01:35 +02:00
pointer.c backend/libinput: handle high-res scroll events 2022-07-11 11:01:35 +02:00
switch.c types/wlr_switch: uniformize events name 2022-03-17 18:16:14 +00:00
tablet_pad.c types/wlr_tablet_pad: uniformize events name 2022-03-17 18:16:14 +00:00
tablet_tool.c types/wlr_tablet_tool: uniformize events name 2022-03-17 18:16:14 +00:00
touch.c types/wlr_touch: uniformize events name 2022-03-17 18:16:14 +00:00