24IMGUI_IMPL_API
bool ImGui_ImplWin32_Init(
void* hwnd);
25IMGUI_IMPL_API
bool ImGui_ImplWin32_InitForOpenGL(
void* hwnd);
26IMGUI_IMPL_API
void ImGui_ImplWin32_Shutdown();
27IMGUI_IMPL_API
void ImGui_ImplWin32_NewFrame();
35extern IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
44IMGUI_IMPL_API
void ImGui_ImplWin32_EnableDpiAwareness();
45IMGUI_IMPL_API
float ImGui_ImplWin32_GetDpiScaleForHwnd(
void* hwnd);
46IMGUI_IMPL_API
float ImGui_ImplWin32_GetDpiScaleForMonitor(
void* monitor);
51IMGUI_IMPL_API
void ImGui_ImplWin32_EnableAlphaCompositing(
void* hwnd);