igGetWindowContentRegionMax function

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

Implementation

void igGetWindowContentRegionMax(Pointer<ImVec2> pOut) =>
    _igGetWindowContentRegionMax(pOut);