MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnGotFocus

Method OnGotFocus

Source/Engine/Platform/Base/WindowBase.cpp:465–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465void WindowBase::OnGotFocus()
466{
467 if (_focused)
468 return;
469 _focused = true;
470
471 GotFocus();
472 INVOKE_EVENT_PARAMS_0(OnGotFocus);
473}
474
475void WindowBase::OnLostFocus()
476{

Callers 4

Internal_OnGotFocusMethod · 0.45
TickMethod · 0.45
OnAppCmdFunction · 0.45
iOSPlatform.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected