MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/RTXGI-DDGI / WndProc

Function WndProc

samples/test-harness/src/UI.cpp:577–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
578{
579 if (s_initialized) return ImGui_ImplWin32_WndProcHandler(hWnd, message, wParam, lParam);
580 return false;
581}
582
583bool WantsMouseCapture()
584{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected