Add setRelativeMode for SDL driver (#123)

This commit is contained in:
Andrei E
2022-08-01 21:28:36 +01:00
committed by sfan5
parent a0af653c3d
commit a549d0bfed
2 changed files with 20 additions and 0 deletions

View File

@ -160,6 +160,9 @@ namespace gui
\param rect: A pointer to an reference rectangle or 0 to disable the reference rectangle.*/
virtual void setReferenceRect(core::rect<s32>* rect=0) = 0;
//! Internally fixes the mouse position, and reports relative mouse movement compared to the old position
/** Specific to SDL */
virtual void setRelativeMode(bool relative) {};
//! Sets the active cursor icon
/** Setting cursor icons is so far only supported on Win32 and Linux */