igGetWindowContentRegionMin function

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

Implementation

void igGetWindowContentRegionMin(Pointer<ImVec2> pOut) =>
    _igGetWindowContentRegionMin(pOut);