mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-22 13:50:25 +01:00
Update IrrlichtDevice.h
This commit is contained in:
parent
d5f36ebb36
commit
85370ca6a4
@ -180,7 +180,8 @@ namespace irr
|
|||||||
//! Checks if the window could possibly be visible.
|
//! Checks if the window could possibly be visible.
|
||||||
//! Currently, this only returns false when the activity is stopped on
|
//! Currently, this only returns false when the activity is stopped on
|
||||||
//! Android. Note that for Android activities, "stopped" means something
|
//! 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; };
|
virtual bool isWindowVisible() const { return true; };
|
||||||
|
|
||||||
//! Get the current color format of the window
|
//! Get the current color format of the window
|
||||||
|
Loading…
x
Reference in New Issue
Block a user