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

Method OnFocusReceive

ogsr_engine/xrGame/ui/UIStatic.cpp:578–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576void CUIStatic::SetClipRect(Frect r) { m_ClipRect = r; }
577
578void CUIStatic::OnFocusReceive()
579{
580 inherited::OnFocusReceive();
581 if (GetMessageTarget())
582 GetMessageTarget()->SendMessage(this, STATIC_FOCUS_RECEIVED, NULL);
583}
584
585void CUIStatic::OnFocusLost()
586{

Callers

nothing calls this directly

Calls 1

SendMessageMethod · 0.45

Tested by

no test coverage detected