MCPcopy 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
478void Layer::setTouchEnabled(bool touchEnabled) {
479 _touchEnabled = touchEnabled;
480}
481
482bool Layer::isTouchEnabled() const {
483 return _touchEnabled;

Callers 4

apply_touchEnabledMethod · 0.80
reset_touchEnabledMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64