MCPcopy Create free account
hub / github.com/axmolengine/axmol / isSwallowTouches

Method isSwallowTouches

core/ui/UIWidget.cpp:789–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787}
788
789bool Widget::isSwallowTouches() const
790{
791 if (_touchListener)
792 {
793 return _touchListener->isSwallowTouches();
794 }
795 return false;
796}
797
798bool Widget::onTouchBegan(Touch* touch, Event* /*unusedEvent*/)
799{

Calls

no outgoing calls

Tested by

no test coverage detected