ImVec2GetCursorPos();// cursor position relative to window position
voidSetCursorPos(constImVec2&pos);// "
voidSetCursorPosX(floatx);// "
voidSetCursorPosY(floaty);// "
ImVec2GetCursorScreenPos();// cursor position in screen space
voidAlignFirstTextHeightToWidgets();// call once if the first item on the line is a Text() item and you want to vertically lower it to match higher widgets.