Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RebuildDocument
Method · 0.80
UpdateTargetRect
Method · 0.80
SetCaptureState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected