igSetWindowPosStr function

void igSetWindowPosStr(
  1. Pointer<Uint8> name,
  2. ImVec2 pos,
  3. int cond
)
void igSetWindowPosStr(
 byte* name ,
 ImVec2 pos ,
 ImGuiCond cond
);

Implementation

void igSetWindowPosStr(Pointer<Uint8> name, ImVec2 pos, int cond) =>
    _igSetWindowPosStr(name, pos, cond);