MCPcopy 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
41bool Touch::isEnabled() const noexcept {
42 return _flags.isOn(Touch::Enabled);
43}
44
45bool Touch::isFirst() const noexcept {
46 return _flags.isOn(Touch::IsFirst);

Callers 3

downMethod · 0.45
upMethod · 0.45
moveMethod · 0.45

Calls 1

isOnMethod · 0.80

Tested by

no test coverage detected