igGetCursorScreenPos function

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

Implementation

void igGetCursorScreenPos(Pointer<ImVec2> pOut) => _igGetCursorScreenPos(pOut);