mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
parent
bf1c96d4fa
commit
f966da1f8f
2 changed files with 4 additions and 2 deletions
|
|
@ -530,7 +530,9 @@ void ImGui_ImplSDL2_Shutdown()
|
|||
SDL_free(bd->ClipboardTextData);
|
||||
for (ImGuiMouseCursor cursor_n = 0; cursor_n < ImGuiMouseCursor_COUNT; cursor_n++)
|
||||
SDL_FreeCursor(bd->MouseCursors[cursor_n]);
|
||||
bd->MouseLastCursor = nullptr;
|
||||
|
||||
if (bd->Gamepad && bd->GamepadSelectAuto)
|
||||
SDL_GameControllerClose(bd->Gamepad);
|
||||
|
||||
io.BackendPlatformName = nullptr;
|
||||
io.BackendPlatformUserData = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue