igCollapsingHeaderTreeNodeFlags function

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

Implementation

int igCollapsingHeaderTreeNodeFlags(Pointer<Uint8> label, int flags) =>
    _igCollapsingHeaderTreeNodeFlags(label, flags);