MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Maximize

Method Maximize

SampleFramework12/v1.00/Window.cpp:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void Window::Maximize()
263{
264 ::ShowWindow( hwnd, SW_MAXIMIZE );
265}
266
267void Window::Destroy()
268{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected