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

Method OnLostFocus

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

Source from the content-addressed store, hash-verified

473}
474
475void WindowBase::OnLostFocus()
476{
477 if (!_focused)
478 return;
479 _focused = false;
480
481 LostFocus();
482 INVOKE_EVENT_PARAMS_0(OnLostFocus);
483}
484
485void WindowBase::OnUpdate(float dt)
486{

Callers 5

Internal_OnLostFocusMethod · 0.45
TickMethod · 0.45
OnAppCmdFunction · 0.45
GetDragDropDataFunction · 0.45
iOSPlatform.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected