Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ setTouchEnabled
Method
setTouchEnabled
snap_drawing/src/snap_drawing/cpp/Layers/Layer.cpp:478–480 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
476
}
477
478
void Layer::setTouchEnabled(bool touchEnabled) {
479
_touchEnabled = touchEnabled;
480
}
481
482
bool Layer::isTouchEnabled() const {
483
return _touchEnabled;
Callers
4
apply_touchEnabled
Method · 0.80
reset_touchEnabled
Method · 0.80
apply_filterTouchesWhenObscured
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64