Open JPLeBreton opened 1 year ago
That issue was referencing MAC/OSX builds with spinning issues though. I'm not sure if it related to Linux builds.
Looks like this is another one of those Wayland issues - apparently mouse pointer warping (which 3d mode mouselook relies on to work) is not implemented at all in Wayland (see https://github.com/wxWidgets/wxWidgets/issues/23778). Not sure if I can do anything about it until it's added unfortunately, as I don't think there is any other way to get mouselook to work using wxWidgets.
Looks like this is another one of those Wayland issues - apparently mouse pointer warping (which 3d mode mouselook relies on to work) is not implemented at all in Wayland (see wxWidgets/wxWidgets#23778). Not sure if I can do anything about it until it's added unfortunately, as I don't think there is any other way to get mouselook to work using wxWidgets.
Thanks for looking into this, I'll see if there's anything I can do to coax the support along upstream.
For anyone else affected by this, the relevant upstream issue to follow is this:
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/158
The Wayland project seems to move pretty slowly with regards to adding new features, so it's unclear when this will be fixed (and then wx and various other projects will have to add code to take advantage of the Wayland feature). Until then, you can work around this by running SLADE as an xwayland application with:
GDK_BACKEND=x11 slade
SLADE Version: 3.2.4 Operating System: Linux (Manjaro, stable branch)
Issue Details: Steps to reproduce:
I know this has been reported and fixed a couple times already in the history of the project, but it's started happening again. Unlike one previous occurrence of it, I don't have a HiDPI display - just a standard 1920x1080 one.
I'm on a Linux system with an Nvidia GPU (535 drivers) on a GNOME desktop with the Wayland display server. Every other aspect of Slade runs flawlessly, including the 2D map editor view.