| 143 | } |
| 144 | |
| 145 | void MainScene::onTouchesBegan(const std::vector<ax::Touch*>& touches, ax::Event* event) |
| 146 | { |
| 147 | for (auto&& t : touches) |
| 148 | { |
| 149 | // AXLOGD("onTouchesBegan detected, X:{} Y:{}", t->getLocation().x, t->getLocation().y); |
| 150 | } |
| 151 | } |
| 152 | |
| 153 | void MainScene::onTouchesMoved(const std::vector<ax::Touch*>& touches, ax::Event* event) |
| 154 | { |