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

Method IsMinimized

SampleFramework12/v1.00/Window.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77BOOL Window::IsMinimized() const
78{
79 return ::IsIconic(hwnd);
80}
81
82BOOL Window::HasFocus() const
83{

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected