Exposed FindTextDisplayEnd to imgui_internal.h

This commit is contained in:
Kyle Rocha
2016-03-21 12:07:13 -07:00
parent 4b7edffe8a
commit 5bffc85ba6
2 changed files with 16 additions and 15 deletions

View File

@ -683,6 +683,8 @@ namespace ImGui
IMGUI_API void SetHoveredID(ImGuiID id);
IMGUI_API void KeepAliveID(ImGuiID id);
const char* FindTextDisplayEnd(const char* text, const char* text_end = NULL);
IMGUI_API void EndFrame(); // Automatically called by Render()
IMGUI_API void ItemSize(const ImVec2& size, float text_offset_y = 0.0f);