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