This commit is contained in:
omar
2017-10-27 15:31:44 +02:00
parent ccdb58b17e
commit 8dd7648db2
2 changed files with 6 additions and 6 deletions

View File

@ -571,6 +571,7 @@ enum ImGuiSelectableFlags_
ImGuiSelectableFlags_AllowDoubleClick = 1 << 2 // Generate press events on double clicks too
};
// Flags for ImGui::IsItemHovered(), ImGui::IsWindowHovered()
enum ImGuiHoveredFlags_
{
ImGuiHoveredFlags_Default = 0, // Return true if directly over the item/window, not obstructed by another window, not obstructed by an active popup or modal blocking inputs under them.