MCPcopy 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

RebuildDocumentMethod · 0.80
RunTickMethod · 0.80
SetCaptureStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected