| 69 | } |
| 70 | |
| 71 | void UILayer::onTouchEnded(ax::Touch* touch, ax::Event* event) |
| 72 | { |
| 73 | auto pl = PlayLayer::getInstance(); |
| 74 | pl->_player1->releaseButton(); |
| 75 | if (pl->_isDualMode) pl->_player2->releaseButton(); |
| 76 | } |
nothing calls this directly
no test coverage detected