Renamed IsHovered() to IsItemHovered()

This commit is contained in:
omar
2014-11-07 15:49:14 +09:00
parent e19f0d370a
commit 3a64c77826
2 changed files with 5 additions and 4 deletions

View File

@ -274,7 +274,7 @@ namespace ImGui
// Utilities
IMGUI_API void SetNewWindowDefaultPos(const ImVec2& pos); // set position of window that do
IMGUI_API bool IsHovered(); // was the last item active area hovered by mouse?
IMGUI_API bool IsItemHovered(); // was the last item active area hovered by mouse?
IMGUI_API bool IsItemFocused(); // was the last item focused for keyboard input?
IMGUI_API ImVec2 GetItemBoxMin(); // get bounding box of last item
IMGUI_API ImVec2 GetItemBoxMax(); // get bounding box of last item