looking in this because I want #acme mouse warping (I think that's what its called) on #emacs so bad.
I use xwayland though, I don't know how I would add support for it here. Even acme itself doesn't have mouse warping here.

It works on Windows too it seems.... Sad that it doesn't work properly on GNU/Linux with Wayland...

https://git.savannah.gnu.org/cgit/emacs.git/tree/src/w32term.c?h=master#n7320

@tusharhero there is a protocol extension for warping the pointer (as long as both destination and original lication are over a surfaces owned by the client). It might eventually be implemented by GTK, so this would work with the pgtk backend.
@lhp PGTK is basically unusable. So I need it to work with regular GTK through Xwayland.
@tusharhero I use it every dy and it's fine?
@lhp It is very slow when you have fractional scaling (which I unfortunately do need.)