]> git.mdlowis.com Git - proto/labwc.git/commit
input: prevent cursor notifications from pointer and tablet tool
authorJens Peters <jp7677@gmail.com>
Tue, 28 May 2024 18:50:05 +0000 (20:50 +0200)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 31 May 2024 14:59:43 +0000 (16:59 +0200)
commit2388f37cc765fc120500580ad24400c8b713aff0
treebcf5404865d1dc5d5fbc09d02f2bcd4371dcc6bc
parentd00711bc454851cdf7137552d0fb1cccf71f7abc
input: prevent cursor notifications from pointer and tablet tool

... at the same time. Omit cursor notifications from
a pointer when a tablet tool (stylus/pen) is in
proximity. We expect to get cursor notifications
from the tablet tool instead.
include/input/tablet-tool.h
include/labwc.h
src/input/cursor.c
src/input/tablet-tool.c
src/seat.c