mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04: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) {
|
||||
wlr_signal_emit_safe(&tablet->events.proximity, &evt);
|
||||
wlr_signal_emit_safe(&tablet->events.axis, &evt);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue