1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Restrict relative mouse mode to Wayland users (#15697)

This commit is contained in:
sfan5
2025-01-26 19:16:46 +01:00
committed by GitHub
parent 282c81fe3a
commit 45c5ef8798
4 changed files with 25 additions and 2 deletions

View File

@@ -198,6 +198,9 @@ 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;