MCPcopy 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
94void Controller::onConnected()
95{
96 _connectEvent->setConnectStatus(true);
97 _eventDispatcher->dispatchEvent(_connectEvent);
98}
99
100void Controller::onDisconnected()
101{

Callers

nothing calls this directly

Calls 1

dispatchEventMethod · 0.45

Tested by

no test coverage detected