Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ isEnabled
Method
isEnabled
Source/Input/TouchDispather.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
bool Touch::isEnabled() const noexcept {
42
return _flags.isOn(Touch::Enabled);
43
}
44
45
bool Touch::isFirst() const noexcept {
46
return _flags.isOn(Touch::IsFirst);
Callers
3
down
Method · 0.45
up
Method · 0.45
move
Method · 0.45
Calls
1
isOn
Method · 0.80
Tested by
no test coverage detected