<div dir="ltr">Hi all,<br><br>Sorry if this is not the right place as this is the first time I use mailing lists.<br><br>Earlier this year I raised an issue against a UI framework GLFW where the cursor hotspot does not seem to be respected in wayland: <a href="https://github.com/glfw/glfw/issues/1706" target="_blank">https://github.com/glfw/glfw/issues/1706</a><br><br>However, upon further digging, a GLFW developer (and later myself) seem to have confirmed that GLFW is sending the correct cursor information to the compositor. The source code for the cursor call is found here: <a href="https://github.com/glfw/glfw/blob/master/src/wl_window.c#L678-L686" target="_blank">https://github.com/glfw/glfw/blob/master/src/wl_window.c#L678-L686</a>  <br><br>I have tried changing the hotspot to nonsensical numbers such as 0,0 or 100,100, but I noticed no change in behaviour at all. The hotspot always appears to be at the top left.<br><br>I have noticed this behaviour on two separate compositor implementations: weston and mutter. This led me to consult this mailing list, to see whether we are misusing the API somehow?<br><br>Your help is much appreciated.<br><br>Best Regards,<div>Waris</div></div>