igGetWindowPos function

void igGetWindowPos(
  1. Pointer<ImVec2> pOut
)
void igGetWindowPos(
 ImVec2* pOut
);

Implementation

void igGetWindowPos(Pointer<ImVec2> pOut) => _igGetWindowPos(pOut);