| 1155 | } |
| 1156 | |
| 1157 | void Console::commandTexturesSubCommandFlush(socket_native_type /*fd*/, std::string_view /*args*/) |
| 1158 | { |
| 1159 | Scheduler* sched = Director::getInstance()->getScheduler(); |
| 1160 | sched->runOnAxmolThread([]() { Director::getInstance()->getTextureCache()->removeAllTextures(); }); |
| 1161 | } |
| 1162 | |
| 1163 | void Console::commandTouchSubCommandTap(socket_native_type fd, std::string_view args) |
| 1164 | { |
nothing calls this directly
no test coverage detected