MCPcopy Create free account
hub / github.com/TheRealMJP/Shadows / ShowWindow

Method ShowWindow

Shadows/SampleFramework11/Window.cpp:187–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void Window::ShowWindow(bool show)
188{
189 INT cmdShow = show ? SW_SHOW : SW_HIDE;
190
191 ::ShowWindow(hwnd, cmdShow);
192}
193
194void Window::SetClientArea(INT clientX, INT clientY)
195{

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected