Nav: Internals: Exposed NavMoveRequestCancel in imgui_internal.h (#1640)

This commit is contained in:
omar
2018-02-22 15:39:49 +01:00
parent f43068c543
commit b28995b667
2 changed files with 3 additions and 2 deletions

View File

@ -1066,6 +1066,7 @@ namespace ImGui
IMGUI_API void BeginTooltipEx(ImGuiWindowFlags extra_flags, bool override_previous_tooltip = true);
IMGUI_API void NavInitWindow(ImGuiWindow* window, bool force_reinit);
IMGUI_API void NavMoveRequestCancel();
IMGUI_API void ActivateItem(ImGuiID id); // Remotely activate a button, checkbox, tree node etc. given its unique ID. activation is queued and processed on the next frame when the item is encountered again.
IMGUI_API float GetNavInputAmount(ImGuiNavInput n, ImGuiInputReadMode mode);