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

Method empty

core/base/EventDispatcher.cpp:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132bool EventDispatcher::EventListenerVector::empty() const
133{
134 return (_sceneGraphListeners == nullptr || _sceneGraphListeners->empty()) &&
135 (_fixedListeners == nullptr || _fixedListeners->empty());
136}
137
138void EventDispatcher::EventListenerVector::emplace_back(EventListener* listener)
139{

Calls

no outgoing calls

Tested by

no test coverage detected