opt: update cursor and idle state on tablet motion

This commit is contained in:
werapi 2025-12-02 17:06:00 +01:00
parent 53f6e6c315
commit 790fbf48cb

View file

@ -151,6 +151,9 @@ void tablettoolmotion(struct wlr_tablet_v2_tablet_tool *tool, bool change_x,
if (surface)
wlr_tablet_v2_tablet_tool_notify_motion(tablet_tool, sx, sy);
wlr_idle_notifier_v1_notify_activity(idle_notifier, seat);
handlecursoractivity();
}
void tablettoolproximity(struct wl_listener *listener, void *data) {