| 774 | return true; |
| 775 | } |
| 776 | void LevelEditorLayer::onTouchEnded(ax::Touch* touch, ax::Event* event) { |
| 777 | if (_inPlaybackMode) { |
| 778 | _player1->releaseButton(); |
| 779 | if (_isDualMode) _player2->releaseButton(); |
| 780 | } |
| 781 | _inSwapMode = false; |
| 782 | } |
nothing calls this directly
no test coverage detected