Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ onConnected
Method
onConnected
core/base/Controller.cpp:94–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void Controller::onConnected()
95
{
96
_connectEvent->setConnectStatus(true);
97
_eventDispatcher->dispatchEvent(_connectEvent);
98
}
99
100
void Controller::onDisconnected()
101
{
Callers
nothing calls this directly
Calls
1
dispatchEvent
Method · 0.45
Tested by
no test coverage detected