mirror of
https://github.com/ocornut/imgui.git
synced 2025-11-17 15:51:14 +00:00
Examples: DirectX9 example application handle window resizing.
This commit is contained in:
@@ -8,6 +8,10 @@ void ImGui_ImplDX9_InitFontsTexture();
|
||||
void ImGui_ImplDX9_Shutdown();
|
||||
void ImGui_ImplDX9_NewFrame();
|
||||
|
||||
// Use if you want to reset your rendering device without losing ImGui state.
|
||||
void ImGui_ImplDX9_InvalidateDeviceObjects();
|
||||
void ImGui_ImplDX9_CreateDeviceObjects();
|
||||
|
||||
// Handler for Win32 messages, update mouse/keyboard data.
|
||||
// You may or not need this for your implementation, but it can serve as reference for handling inputs.
|
||||
// Commented out to avoid dragging dependencies on <windows.h> types. You can copy the extern declaration in your code.
|
||||
|
||||
Reference in New Issue
Block a user