| 575 | } |
| 576 | |
| 577 | bool 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 | |
| 583 | bool WantsMouseCapture() |
| 584 | { |
nothing calls this directly
no outgoing calls
no test coverage detected