Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
496
bool TouchDispatcher::hasEvents() {
497
return !_events.empty();
498
}
499
500
void TouchDispatcher::dispatch() {
501
if (!_events.empty() && !_handlers.empty()) {
Callers
1
registerTouchHandler
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected