mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-22 04:15:44 +02:00
Restrict relative mouse mode to Wayland users (#15697)
This commit is contained in:
@@ -96,6 +96,9 @@ public:
|
||||
//! Checks if the Irrlicht device supports touch events.
|
||||
bool supportsTouchEvents() const override;
|
||||
|
||||
//! Checks whether windowing uses the Wayland protocol.
|
||||
bool isUsingWayland() const override;
|
||||
|
||||
//! Get the position of this window on screen
|
||||
core::position2di getWindowPosition() override;
|
||||
|
||||
|
Reference in New Issue
Block a user