pub unsafe fn ImGuiStack_BeginHorizontal_Id(
id: ImGuiID,
size: ImVec2,
align: f32,
)Expand description
Start a stack-layout horizontal group using a precomputed ImGui ID.
ยงSafety
Requires an active Dear ImGui context and current window.