Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ Show
Method
Show
IntelPresentMon/Core/source/win/Window.cpp:133–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void Window::Show()
134
{
135
pmlog_verb(v::core_window)();
136
ShowWindow(hWnd, SW_SHOWNOACTIVATE);
137
}
138
139
void Window::Resize(gfx::DimensionsI clientSize)
140
{
Callers
3
RebuildDocument
Method · 0.80
RunTick
Method · 0.80
SetCaptureState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected