mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
7cdc19d57f
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. |
||
---|---|---|
.. | ||
backend.c | ||
events.c | ||
keyboard.c | ||
pointer.c | ||
tablet_pad.c | ||
tablet_tool.c | ||
touch.c |