mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
backend/wayland: emit tablet tool axis events to the axis handler
This commit is contained in:
parent
16af1972d6
commit
6357e166f9
1 changed files with 8 additions and 8 deletions
|
@ -732,7 +732,7 @@ static void handle_tablet_tool_frame(void *data,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (evt.updated_axes) {
|
if (evt.updated_axes) {
|
||||||
wlr_signal_emit_safe(&tablet->events.proximity, &evt);
|
wlr_signal_emit_safe(&tablet->events.axis, &evt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue