Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
721
bool Node::isTouchEnabled() const noexcept {
722
return _flags.isOn(Node::TouchEnabled);
723
}
724
725
void Node::setSwallowTouches(bool var) {
726
_flags.set(Node::SwallowTouches, var);
Callers
9
down
Method · 0.80
up
Method · 0.80
move
Method · 0.80
wheel
Method · 0.80
gesture
Method · 0.80
getTouchedItem
Function · 0.80
itemForTouch
Method · 0.80
registerTouchHandler
Function · 0.80
node_is_touch_enabled
Function · 0.80
Calls
1
isOn
Method · 0.80
Tested by
no test coverage detected