| 108 | } |
| 109 | |
| 110 | inline static Window ShellWindow() noexcept |
| 111 | { |
| 112 | return GetShellWindow(); |
| 113 | } |
| 114 | |
| 115 | constexpr Window(HWND handle = Window::NullWindow) noexcept : m_WindowHandle(handle) { } |
| 116 |
nothing calls this directly
no outgoing calls
no test coverage detected