igTreeNodeExStrStr function

int igTreeNodeExStrStr(
  1. Pointer<Uint8> str_id,
  2. int flags,
  3. Pointer<Uint8> fmt
)
byte igTreeNodeExStrStr(
 byte* str_id ,
 ImGuiTreeNodeFlags flags ,
 byte* fmt ,
 ... ...
);

Implementation

int igTreeNodeExStrStr(Pointer<Uint8> str_id, int flags, Pointer<Uint8> fmt) =>
    _igTreeNodeExStrStr(str_id, flags, fmt);