igCollapsingHeaderBoolPtr function

int igCollapsingHeaderBoolPtr(
  1. Pointer<Uint8> label,
  2. Pointer<Uint8> p_visible,
  3. int flags
)
byte igCollapsingHeaderBoolPtr(
 byte* label ,
 byte* p_visible ,
 ImGuiTreeNodeFlags flags
);

Implementation

int igCollapsingHeaderBoolPtr(
        Pointer<Uint8> label, Pointer<Uint8> p_visible, int flags) =>
    _igCollapsingHeaderBoolPtr(label, p_visible, flags);