diff options
Diffstat (limited to 'source/Irrlicht/CIrrDeviceStub.cpp')
-rw-r--r-- | source/Irrlicht/CIrrDeviceStub.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/Irrlicht/CIrrDeviceStub.cpp b/source/Irrlicht/CIrrDeviceStub.cpp index 95e7c5d..877a4bf 100644 --- a/source/Irrlicht/CIrrDeviceStub.cpp +++ b/source/Irrlicht/CIrrDeviceStub.cpp @@ -272,6 +272,13 @@ void CIrrDeviceStub::setInputReceivingSceneManager(scene::ISceneManager* sceneMa }
+//! Checks if the window is maximized.
+bool CIrrDeviceStub::isWindowMaximized() const
+{
+ return false;
+}
+
+
//! Checks if the window is running in fullscreen mode
bool CIrrDeviceStub::isFullscreen() const
{
|