igGetWindowSize function

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

Implementation

void igGetWindowSize(Pointer<ImVec2> pOut) => _igGetWindowSize(pOut);