ImGuiSelectableFlags_AllowDoubleClick=1<<2// Generate press events on double clicks too
ImGuiSelectableFlags_AllowDoubleClick=1<<2// Generate press events on double clicks too
};
};
// Flags for ImGui::IsItemHovered(), ImGui::IsWindowHovered()
enumImGuiHoveredFlags_
enumImGuiHoveredFlags_
{
{
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.
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.