mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Revert "Restrict relative mouse mode to Wayland users (#15697)"
see #15761 SDL is the only device that supports relative mode and mouse input is actually somewhat broken if it's *not* enabled. This reverts commit45c5ef8798
and88b007907a
.
This commit is contained in:
@@ -198,9 +198,6 @@ public:
|
||||
or similar. */
|
||||
virtual bool supportsTouchEvents() const { return false; }
|
||||
|
||||
//! Checks whether windowing uses the Wayland protocol.
|
||||
virtual bool isUsingWayland() const { return false; }
|
||||
|
||||
//! Get the current color format of the window
|
||||
/** \return Color format of the window. */
|
||||
virtual video::ECOLOR_FORMAT getColorFormat() const = 0;
|
||||
|
Reference in New Issue
Block a user