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

Method isTouchEnabled

Source/Node/Node.cpp:721–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721bool Node::isTouchEnabled() const noexcept {
722 return _flags.isOn(Node::TouchEnabled);
723}
724
725void Node::setSwallowTouches(bool var) {
726 _flags.set(Node::SwallowTouches, var);

Callers 9

downMethod · 0.80
upMethod · 0.80
moveMethod · 0.80
wheelMethod · 0.80
gestureMethod · 0.80
getTouchedItemFunction · 0.80
itemForTouchMethod · 0.80
registerTouchHandlerFunction · 0.80
node_is_touch_enabledFunction · 0.80

Calls 1

isOnMethod · 0.80

Tested by

no test coverage detected