MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / ShellWindow

Method ShellWindow

TranslucentTB/windows/window.hpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected