Skip to content

Commit

Permalink
cursor: emit post event signals for tablet input (#2102)
Browse files Browse the repository at this point in the history
ammen99 committed Mar 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 174eaee commit 227f059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/seat/cursor.cpp
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ void wf::cursor_t::setup_listeners()
tablet->handle_ ## evname(ev, handling_mode); \
} \
wf::get_core().seat->notify_activity(); \
emit_device_event_signal(ev); \
emit_device_post_event_signal(ev); \
}); \
on_tablet_ ## evname.connect(&cursor->events.tablet_tool_ ## evname);

0 comments on commit 227f059

Please sign in to comment.