igSetCursorPos function

void igSetCursorPos(
  1. ImVec2 local_pos
)
void igSetCursorPos(
 ImVec2 local_pos
);

Implementation

void igSetCursorPos(ImVec2 local_pos) => _igSetCursorPos(local_pos);