Comments, minor alignments tweaks.
build / Windows (push) Has been cancelled
build / Linux (push) Has been cancelled
build / MacOS (push) Has been cancelled
build / iOS (push) Has been cancelled
build / Emscripten (push) Has been cancelled
build / Android (push) Has been cancelled

This commit is contained in:
ocornut
2025-01-31 19:02:14 +01:00
parent 11b3a7c8ca
commit 1820fe5f83
+3 -3
View File
@@ -3740,7 +3740,7 @@ struct ImGuiPlatformIO
IMGUI_API ImGuiPlatformIO(); IMGUI_API ImGuiPlatformIO();
//------------------------------------------------------------------ //------------------------------------------------------------------
// Interface with OS and Platform backend (basic) // Input - Interface with OS and Platform backend (most common stuff)
//------------------------------------------------------------------ //------------------------------------------------------------------
// Optional: Access OS clipboard // Optional: Access OS clipboard
@@ -3765,14 +3765,14 @@ struct ImGuiPlatformIO
ImWchar Platform_LocaleDecimalPoint; // '.' ImWchar Platform_LocaleDecimalPoint; // '.'
//------------------------------------------------------------------ //------------------------------------------------------------------
// Interface with Renderer Backend // Input - Interface with Renderer Backend
//------------------------------------------------------------------ //------------------------------------------------------------------
// Written by some backends during ImGui_ImplXXXX_RenderDrawData() call to point backend_specific ImGui_ImplXXXX_RenderState* structure. // Written by some backends during ImGui_ImplXXXX_RenderDrawData() call to point backend_specific ImGui_ImplXXXX_RenderState* structure.
void* Renderer_RenderState; void* Renderer_RenderState;
//------------------------------------------------------------------ //------------------------------------------------------------------
// Input - Interface with OS/backends (Multi-Viewport support!) // Input - Interface with Platform & Renderer backends for Multi-Viewport support
//------------------------------------------------------------------ //------------------------------------------------------------------
// For reference, the second column shows which function are generally calling the Platform Functions: // For reference, the second column shows which function are generally calling the Platform Functions: