igSetWindowSizeStr function

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

Implementation

void igSetWindowSizeStr(Pointer<Uint8> name, ImVec2 size, int cond) =>
    _igSetWindowSizeStr(name, size, cond);