MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Hide

Method Hide

IntelPresentMon/Core/source/win/Window.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 void Window::Hide()
128 {
129 pmlog_verb(v::core_window)();
130 ShowWindow(hWnd, SW_HIDE);
131 }
132
133 void Window::Show()
134 {

Callers 3

RebuildDocumentMethod · 0.80
UpdateTargetRectMethod · 0.80
SetCaptureStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected