Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
CUICursor* GetUICursor() { return UI()->GetUICursor(); };
8
ui_core* UI() { return GamePersistent().m_pUI_core; };
9
extern ENGINE_API Fvector2 g_current_font_scale;
10
Callers
15
enable_input
Function · 0.85
Activate
Method · 0.85
OnRender
Method · 0.85
OnCancel
Method · 0.85
StartMenu
Method · 0.85
StopMenu
Method · 0.85
OnFrame
Method · 0.85
CleanInternals
Method · 0.85
OnFocusLost
Method · 0.85
ActivatePropertiesBox
Method · 0.85
Show
Method · 0.85
IR_OnKeyboardPress
Method · 0.85
Calls
2
UI
Function · 0.85
GetUICursor
Method · 0.80
Tested by
no test coverage detected