Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ IsForegroundWindow
Method
IsForegroundWindow
Source/Engine/Platform/Mac/MacWindow.cpp:983–986 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
981
}
982
983
bool MacWindow::IsForegroundWindow() const
984
{
985
return IsFocused() && Platform::GetHasFocus();
986
}
987
988
void MacWindow::BringToFront(bool force)
989
{
Callers
nothing calls this directly
Calls
1
IsFocused
Function · 0.85
Tested by
no test coverage detected