MCPcopy 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
48void CUIButton::Enable(bool status)
49{
50 CUIStatic::Enable(status);
51
52 if (!status)
53 m_bCursorOverWindow = false;
54}
55
56bool CUIButton::OnMouse(float x, float y, EUIMessages mouse_action)
57{

Callers 15

PhTuneMethod · 0.45
enableMethod · 0.45
InitMethod · 0.45
ShowStateMethod · 0.45
DisableAllMethod · 0.45
EnableAllMethod · 0.45
ReinitScrollMethod · 0.45
InitMethod · 0.45
AddItemMethod · 0.45
UpdateMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45

Calls 1

EnableFunction · 0.85

Tested by

no test coverage detected