Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ OnClick
Method
OnClick
ogsr_engine/xrGame/ui/UIButton.cpp:133–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void CUIButton::OnClick()
134
{
135
GetMessageTarget()->SendMessage(this, BUTTON_CLICKED);
136
m_bButtonClicked = true;
137
}
138
139
void CUIButton::DrawTexture()
140
{
Callers
nothing calls this directly
Calls
1
SendMessage
Method · 0.45
Tested by
no test coverage detected