Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ OnDisconnected
Method
OnDisconnected
ogsr_engine/xrGame/HUDManager.cpp:383–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
}
382
383
void CHUDManager::OnDisconnected()
384
{
385
//. if(!b_online) return;
386
b_online = false;
387
if (pUI)
388
Device.seqFrame.Remove(pUI);
389
}
390
391
void CHUDManager::OnConnected()
392
{
Callers
1
Disconnect
Method · 0.80
Calls
1
Remove
Method · 0.45
Tested by
no test coverage detected