igGetCursorStartPos function

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

Implementation

void igGetCursorStartPos(Pointer<ImVec2> pOut) => _igGetCursorStartPos(pOut);