Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/SHforHLSL
/ ShowWindow
Method
ShowWindow
SHTest/SampleFramework12/v1.04/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
int32 cmdShow = show ? SW_SHOW : SW_HIDE;
195
196
::ShowWindow(hwnd, cmdShow);
197
}
198
199
void Window::SetClientArea(int32 clientX, int32 clientY)
200
{
Callers
1
Initialize_Internal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected