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

Method clear

core/base/EventDispatcher.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void EventDispatcher::EventListenerVector::clear()
192{
193 clearSceneGraphListeners();
194 clearFixedListeners();
195}
196
197EventDispatcher::EventDispatcher() : _inDispatch(0), _isEnabled(false), _nodePriorityIndex(0)
198{

Calls

no outgoing calls

Tested by

no test coverage detected