igSetNextWindowPos function

void igSetNextWindowPos(
  1. ImVec2 pos,
  2. int cond,
  3. ImVec2 pivot
)
void igSetNextWindowPos(
 ImVec2 pos ,
 ImGuiCond cond ,
 ImVec2 pivot
);

Implementation

void igSetNextWindowPos(ImVec2 pos, int cond, ImVec2 pivot) =>
    _igSetNextWindowPos(pos, cond, pivot);