| 355 | } |
| 356 | |
| 357 | void Application::onFileDrop(const std::wstring& _fileName) |
| 358 | { |
| 359 | CommandManager::getInstance().setCommandData(_fileName); |
| 360 | CommandManager::getInstance().executeCommand("Command_FileDrop"); |
| 361 | } |
| 362 | |
| 363 | bool Application::onWindowClose(size_t _handle) |
| 364 | { |
nothing calls this directly
no test coverage detected