| 168 | } |
| 169 | |
| 170 | std::optional<LRESULT> Window::CustomHandleMessage(UINT msg, WPARAM wParam, LPARAM lParam) |
| 171 | { |
| 172 | return DefWindowProcW(hWnd, msg, wParam, lParam); |
| 173 | } |
| 174 | |
| 175 | void Window::SetHandle(HWND hWnd_) |
| 176 | { |
nothing calls this directly
no outgoing calls
no test coverage detected