Searched refs:ImGuiButtonFlags_FlattenChildren (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 298 ImGuiButtonFlags_FlattenChildren = 1 << 5, // allow interactions even if a child window is overlapping enumerator in enum:ImGuiButtonFlags_
|
| H A D | imgui_widgets.cpp | 406 if ((flags & ImGuiButtonFlags_FlattenChildren) && g.HoveredRootWindow == window) 434 if ((flags & ImGuiButtonFlags_FlattenChildren) && g.HoveredRootWindow == window) 1222 ButtonBehavior(bb_interact, id, &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_AllowItemOverlap);
|
| H A D | imgui.cpp | 4726 ButtonBehavior(resize_rect, window->GetID((void*)(intptr_t)resize_grip_n), &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_NoNavFocus); 4751 ButtonBehavior(border_rect, window->GetID((void*)(intptr_t)(border_n + 4)), &hovered, &held, ImGuiButtonFlags_FlattenChildren);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 298 ImGuiButtonFlags_FlattenChildren = 1 << 5, // allow interactions even if a child window is overlapping enumerator in enum:ImGuiButtonFlags_
|
| H A D | imgui_widgets.cpp | 406 if ((flags & ImGuiButtonFlags_FlattenChildren) && g.HoveredRootWindow == window) 434 if ((flags & ImGuiButtonFlags_FlattenChildren) && g.HoveredRootWindow == window) 1222 ButtonBehavior(bb_interact, id, &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_AllowItemOverlap);
|
| H A D | imgui.cpp | 4726 ButtonBehavior(resize_rect, window->GetID((void*)(intptr_t)resize_grip_n), &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_NoNavFocus); 4751 ButtonBehavior(border_rect, window->GetID((void*)(intptr_t)(border_n + 4)), &hovered, &held, ImGuiButtonFlags_FlattenChildren);
|
Completed in 67 milliseconds