wlroots-hyprland/backend/libinput
D.B 7cdc19d57f Fix duplicated pointer axis events
In pointer.c, some axis event was emitted even if the event pointer did not have
current axis.

In X11 backend pointer scroll events seem to be composed of both BUTTON_PRESS
and BUTTON_RELEASE. Therefore we should skip one of them (RELEASE) to avoid
event duplication.
2017-10-14 07:29:23 +02:00
..
backend.c Merge wlr_udev into wlr_session 2017-08-26 14:02:04 +12:00
events.c Prevent alloc errors from crashing in `list_t` 2017-08-16 09:23:21 +02:00
keyboard.c Use xkb_state_update_mask() with Wayland backend 2017-10-06 22:02:29 +00:00
pointer.c Fix duplicated pointer axis events 2017-10-14 07:29:23 +02:00
tablet_pad.c Refactor out wlr_tablet_pad_state 2017-08-14 16:22:31 +02:00
tablet_tool.c implement tablet tool devices 2017-08-28 10:23:14 -04:00
touch.c add device to touch events 2017-08-27 11:44:55 -04:00