MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / OnFocusLost

Method OnFocusLost

ogsr_engine/xrGame/ui/UIStatic.cpp:585–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585void CUIStatic::OnFocusLost()
586{
587 inherited::OnFocusLost();
588 if (GetMessageTarget())
589 GetMessageTarget()->SendMessage(this, STATIC_FOCUS_LOST, NULL);
590}
591
592void CUIStatic::AdjustHeightToText()
593{

Callers

nothing calls this directly

Calls 1

SendMessageMethod · 0.45

Tested by

no test coverage detected