diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-18 08:41:54 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-18 08:41:54 +0200 |
| commit | c1d950f2765cde614c8411b4effb3850146ba598 (patch) | |
| tree | 408372166c170bfabc3e23a02d8aaa48b662696c /libs/imgui-1.92.1/imgui.h | |
| parent | a8799cfee2de8ac53cc07c571c56ae5d9c98cbbd (diff) | |
ui loading animation for model request
Diffstat (limited to 'libs/imgui-1.92.1/imgui.h')
| -rw-r--r-- | libs/imgui-1.92.1/imgui.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/imgui-1.92.1/imgui.h b/libs/imgui-1.92.1/imgui.h index 29c89b9..bfc70d4 100644 --- a/libs/imgui-1.92.1/imgui.h +++ b/libs/imgui-1.92.1/imgui.h @@ -375,7 +375,9 @@ IM_MSVC_RUNTIME_CHECKS_RESTORE namespace ImGui { - IMGUI_API void LoadingIndicatorCircle(const char* label, const float indicator_radius, + IMGUI_API bool BeginComboPreview(); + IMGUI_API void EndComboPreview(); + IMGUI_API void LoadingIndicatorCircle(const char* label, const float indicator_radius, const ImVec4& main_color, const ImVec4& backdrop_color, const int circle_count, const float speed); |
