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

Function GetUICursor

ogsr_engine/xrGame/ui_base.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "HUDManager.h"
6
7CUICursor* GetUICursor() { return UI()->GetUICursor(); };
8ui_core* UI() { return GamePersistent().m_pUI_core; };
9extern ENGINE_API Fvector2 g_current_font_scale;
10

Callers 15

enable_inputFunction · 0.85
ActivateMethod · 0.85
OnRenderMethod · 0.85
OnCancelMethod · 0.85
StartMenuMethod · 0.85
StopMenuMethod · 0.85
OnFrameMethod · 0.85
CleanInternalsMethod · 0.85
OnFocusLostMethod · 0.85
ActivatePropertiesBoxMethod · 0.85
ShowMethod · 0.85
IR_OnKeyboardPressMethod · 0.85

Calls 2

UIFunction · 0.85
GetUICursorMethod · 0.80

Tested by

no test coverage detected