Fixed forgotten class qualifier.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1414 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
855f1353e6
commit
3ecc64ead9
@ -483,14 +483,14 @@ bool CIrrDeviceMacOSX::isWindowActive() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool isWindowFocused() const
|
bool CIrrDeviceMacOSX::isWindowFocused() const
|
||||||
{
|
{
|
||||||
// TODO: return proper value
|
// TODO: return proper value
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool isWindowMinimized() const
|
bool CIrrDeviceMacOSX::isWindowMinimized() const
|
||||||
{
|
{
|
||||||
// TODO: return proper value
|
// TODO: return proper value
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user