Update IrrlichtDevice.h

This commit is contained in:
grorp 2024-01-19 10:35:55 +01:00 committed by GitHub
parent d5f36ebb36
commit 85370ca6a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,7 +180,8 @@ namespace irr
//! Checks if the window could possibly be visible.
//! Currently, this only returns false when the activity is stopped on
//! Android. Note that for Android activities, "stopped" means something
//! different than "paused". Read the Android lifecycle documentation.
//! different than you might expect (and also something different than
//! "paused"). Read the Android lifecycle documentation.
virtual bool isWindowVisible() const { return true; };
//! Get the current color format of the window