Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ GetText
Method
GetText
ogsr_engine/xrGame/ui/UICustomEdit.cpp:254–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
void CUICustomEdit::SetText(const char* str) { CUILinesOwner::SetText(str); }
253
254
const char* CUICustomEdit::GetText() { return CUILinesOwner::GetText(); }
255
256
void CUICustomEdit::Enable(bool status)
257
{
Callers
2
KeyPressed
Method · 0.45
AddChar
Method · 0.45
Calls
1
GetText
Function · 0.85
Tested by
no test coverage detected