MCPcopy 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
99void TextButton::setCallback(std::function<void(TextButton*)> callback) {
100 this->m_fCallback = callback;
101}
102
103// Create funcs
104#pragma region

Callers 2

setBtn1CallbackMethod · 0.45
setBtn2CallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected