igSetWindowPosVec2 function

void igSetWindowPosVec2(
  1. ImVec2 pos,
  2. int cond
)
void igSetWindowPosVec2(
 ImVec2 pos ,
 ImGuiCond cond
);

Implementation

void igSetWindowPosVec2(ImVec2 pos, int cond) => _igSetWindowPosVec2(pos, cond);