r-c-f / waynergy

A synergy client for Wayland compositors
MIT License
394 stars 17 forks source link

support updating input backend geometry #93

Closed r-c-f closed 8 months ago

r-c-f commented 8 months ago

uinput in particular seems to be badly behaved when an output is lost or gained, as the scale for absolute mouse position is not normally changed. This adds an optional function for the input module, and an implementation for uinput to solve this issue originally reported on IRC.