igGetCursorPos function

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

Implementation

void igGetCursorPos(Pointer<ImVec2> pOut) => _igGetCursorPos(pOut);