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