|
|
@ -802,6 +802,7 @@ namespace ImGui |
|
|
|
IMGUI_API void ClosePopup(ImGuiID id); |
|
|
|
IMGUI_API void ClosePopup(ImGuiID id); |
|
|
|
IMGUI_API bool IsPopupOpen(ImGuiID id); |
|
|
|
IMGUI_API bool IsPopupOpen(ImGuiID id); |
|
|
|
IMGUI_API bool BeginPopupEx(ImGuiID id, ImGuiWindowFlags extra_flags); |
|
|
|
IMGUI_API bool BeginPopupEx(ImGuiID id, ImGuiWindowFlags extra_flags); |
|
|
|
|
|
|
|
IMGUI_API void BeginTooltipEx(ImGuiWindowFlags extra_flags, bool override_previous_tooltip = true); |
|
|
|
|
|
|
|
|
|
|
|
IMGUI_API int CalcTypematicPressedRepeatAmount(float t, float t_prev, float repeat_delay, float repeat_rate); |
|
|
|
IMGUI_API int CalcTypematicPressedRepeatAmount(float t, float t_prev, float repeat_delay, float repeat_rate); |
|
|
|
|
|
|
|
|
|
|
|