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

Method Show

ogsr_engine/xrGame/ui/UIDialogWnd.cpp:22–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20CUIDialogWnd::~CUIDialogWnd() {}
21
22void CUIDialogWnd::Show()
23{
24 Fvector2 pos = GetUICursor()->GetCursorPosition();
25 GetUICursor()->SetUICursorPosition(pos);
26
27 inherited::Enable(true);
28 inherited::Show(true);
29
30 ResetAll();
31}
32
33void CUIDialogWnd::Hide()
34{

Callers

nothing calls this directly

Calls 5

GetUICursorFunction · 0.85
EnableFunction · 0.85
ShowFunction · 0.85
GetCursorPositionMethod · 0.80
SetUICursorPositionMethod · 0.80

Tested by

no test coverage detected