pub unsafe fn ImGuiStack_BeginHorizontal_Ptr(
ptr_id: *const c_void,
size: ImVec2,
align: f32,
)Expand description
Start a stack-layout horizontal group using a pointer ID.
ยงSafety
Requires an active Dear ImGui context and current window. ptr_id is used as
an ID value only and is not dereferenced.