Restrict relative mouse mode to Wayland users (#15697)
This commit is contained in:
@@ -198,6 +198,9 @@ class IrrlichtDevice : public virtual IReferenceCounted
|
||||
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