| 2845 | } |
| 2846 | |
| 2847 | RECT AppWindow::GetWindowBounds() |
| 2848 | { |
| 2849 | RECT hwndBounds = {0}; |
| 2850 | GetClientRect(m_mainWindow, &hwndBounds); |
| 2851 | return hwndBounds; |
| 2852 | } |
| 2853 | |
| 2854 | std::wstring AppWindow::GetLocalPath(std::wstring relativePath, bool keep_exe_path) |
| 2855 | { |