[Bug 276708] hms(4): slightly wrong 1 finger <-> 2 finger handling

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 09 Feb 2024 18:39:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276708

--- Comment #1 from Vladimir Kondratyev <wulf@freebsd.org> ---
hms knows nothing of two-finger scrolling. It is a driver for mices. It
transfers cursor movement, button actions and scroll wheels state.
I think that your touchpad is not supported by any driver in native mode and
have to use relative mouse emulation mode with mapping of two-finger scrolling
to scroll wheel rotation. In that case gestures are processed by touchpad
firmware rather than by libinput and you can do nothing with them except
writing of driver which utilizes native mode.
What model of touchpad do you use?

-- 
You are receiving this mail because:
You are the assignee for the bug.