MCPcopy 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
983bool MacWindow::IsForegroundWindow() const
984{
985 return IsFocused() && Platform::GetHasFocus();
986}
987
988void MacWindow::BringToFront(bool force)
989{

Callers

nothing calls this directly

Calls 1

IsFocusedFunction · 0.85

Tested by

no test coverage detected