Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ ShowWindow
Method
ShowWindow
SampleFramework12/v1.00/Window.cpp:192–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
void Window::ShowWindow(bool show)
193
{
194
INT cmdShow = show ? SW_SHOW : SW_HIDE;
195
196
::ShowWindow(hwnd, cmdShow);
197
}
198
199
void Window::SetClientArea(INT clientX, INT clientY)
200
{
Callers
1
Initialize_Internal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected