Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ setCallback
Method
setCallback
Source/TextButton.cpp:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void TextButton::setCallback(std::function<void(TextButton*)> callback) {
100
this->m_fCallback = callback;
101
}
102
103
// Create funcs
104
#pragma region
Callers
2
setBtn1Callback
Method · 0.45
setBtn2Callback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected