Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ Enable
Method
Enable
ogsr_engine/xrGame/ui/UIButton.cpp:48–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void CUIButton::Enable(bool status)
49
{
50
CUIStatic::Enable(status);
51
52
if (!status)
53
m_bCursorOverWindow = false;
54
}
55
56
bool CUIButton::OnMouse(float x, float y, EUIMessages mouse_action)
57
{
Callers
15
PhTune
Method · 0.45
enable
Method · 0.45
Init
Method · 0.45
ShowState
Method · 0.45
DisableAll
Method · 0.45
EnableAll
Method · 0.45
ReinitScroll
Method · 0.45
Init
Method · 0.45
AddItem
Method · 0.45
Update
Method · 0.45
Init
Method · 0.45
Init
Method · 0.45
Calls
1
Enable
Function · 0.85
Tested by
no test coverage detected