|
@@ -201,6 +201,7 @@ namespace ImGui
|
|
|
IMGUI_API void SetCursorPos(const ImVec2& pos); // "
|
|
|
IMGUI_API void SetCursorPosX(float x); // "
|
|
|
IMGUI_API void SetCursorPosY(float y); // "
|
|
|
+ IMGUI_API ImVec2 GetCursorStartPos(); // initial cursor position
|
|
|
IMGUI_API ImVec2 GetCursorScreenPos(); // cursor position in absolute screen coordinates [0..io.DisplaySize]
|
|
|
IMGUI_API void SetCursorScreenPos(const ImVec2& pos); // cursor position in absolute screen coordinates [0..io.DisplaySize]
|
|
|
IMGUI_API void AlignFirstTextHeightToWidgets(); // call once if the first item on the line is a Text() item and you want to vertically lower it to match subsequent (bigger) widgets
|