MCPcopy Create free account
hub / github.com/axmolengine/axmol / onDisconnected

Method onDisconnected

core/base/Controller.cpp:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void Controller::onDisconnected()
101{
102 _connectEvent->setConnectStatus(false);
103 _eventDispatcher->dispatchEvent(_connectEvent);
104
105 delete this;
106}
107
108void Controller::onButtonEvent(int keyCode, bool isPressed, float value, bool isAnalog)
109{

Callers

nothing calls this directly

Calls 1

dispatchEventMethod · 0.45

Tested by

no test coverage detected