MCPcopy 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
133void CUIButton::OnClick()
134{
135 GetMessageTarget()->SendMessage(this, BUTTON_CLICKED);
136 m_bButtonClicked = true;
137}
138
139void CUIButton::DrawTexture()
140{

Callers

nothing calls this directly

Calls 1

SendMessageMethod · 0.45

Tested by

no test coverage detected