MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / hasEvents

Method hasEvents

Source/Input/TouchDispather.cpp:496–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496bool TouchDispatcher::hasEvents() {
497 return !_events.empty();
498}
499
500void TouchDispatcher::dispatch() {
501 if (!_events.empty() && !_handlers.empty()) {

Callers 1

registerTouchHandlerFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected