On Wed Nov 29 19:56:49 2023 +0000, Alexandros Frantzis wrote:
We need to support:
- Cursor clipping (with the pointer-constraints protocol)
- Either `SetCursorPos` (for which no protocol is available at the
moment), or directly emit relative mouse movement (with the relative-pointer protocol, this is what the experimental branch is doing).
Do you expect there to be an increased latency compared to X11 due the lack of that protocol or it won't be impacted?