Skip to main content

ImGuiStack_BeginVertical_Ptr

Function ImGuiStack_BeginVertical_Ptr 

Source
pub unsafe fn ImGuiStack_BeginVertical_Ptr(
    ptr_id: *const c_void,
    size: ImVec2,
    align: f32,
)
Expand description

Start a stack-layout vertical 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.