feat(Lua): expose imgui separatortext to lua (#3554)

This commit is contained in:
kikkin_yo_azzez
2024-08-12 02:34:22 -05:00
committed by GitHub
parent 4a573b763d
commit e4e1b6b63b
2 changed files with 10 additions and 0 deletions

View File

@ -331,6 +331,10 @@ You can find all the supported functions and overloads below.
-- ImGui.Separator()
ImGui.Separator
-- ImGui.SeparatorText(...)
-- Parameters: text (text)
ImGui.SeparatorText("some text")
-- ImGui.SameLine(...)
-- Parameters: float (offset_from_start_x) [O], float (spacing) [O]
-- Overloads