Go to the source code of this file.
Functions | |
IMGUI_IMPL_API void | ImGui_ImplWin32_EnableDpiAwareness () |
IMGUI_IMPL_API float | ImGui_ImplWin32_GetDpiScaleForHwnd (void *hwnd) |
IMGUI_IMPL_API float | ImGui_ImplWin32_GetDpiScaleForMonitor (void *monitor) |
IMGUI_IMPL_API bool | ImGui_ImplWin32_Init (void *hwnd) |
IMGUI_IMPL_API void | ImGui_ImplWin32_NewFrame () |
IMGUI_IMPL_API void | ImGui_ImplWin32_Shutdown () |
IMGUI_IMPL_API void ImGui_ImplWin32_EnableDpiAwareness | ( | ) |
Definition at line 388 of file imgui_impl_win32.cpp.
IMGUI_IMPL_API float ImGui_ImplWin32_GetDpiScaleForHwnd | ( | void * | hwnd | ) |
Definition at line 435 of file imgui_impl_win32.cpp.
IMGUI_IMPL_API float ImGui_ImplWin32_GetDpiScaleForMonitor | ( | void * | monitor | ) |
Definition at line 415 of file imgui_impl_win32.cpp.
IMGUI_IMPL_API bool ImGui_ImplWin32_Init | ( | void * | hwnd | ) |
Definition at line 64 of file imgui_impl_win32.cpp.
IMGUI_IMPL_API void ImGui_ImplWin32_NewFrame | ( | ) |
Definition at line 214 of file imgui_impl_win32.cpp.
IMGUI_IMPL_API void ImGui_ImplWin32_Shutdown | ( | ) |
Definition at line 106 of file imgui_impl_win32.cpp.