Searched refs:button_flags (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 2677 ImGuiButtonFlags button_flags = ImGuiButtonFlags_Repeat | ImGuiButtonFlags_DontClosePopups; local in function:ImGui::InputScalar 2679 button_flags |= ImGuiButtonFlags_Disabled; 2681 if (ButtonEx("-", ImVec2(button_size, button_size), button_flags)) 2687 if (ButtonEx("+", ImVec2(button_size, button_size), button_flags)) 4818 ImGuiButtonFlags button_flags = ImGuiButtonFlags_NoKeyModifiers; local in function:ImGui::TreeNodeBehavior 4820 button_flags |= ImGuiButtonFlags_AllowItemOverlap; 4822 button_flags |= ImGuiButtonFlags_PressedOnDoubleClick | ((flags & ImGuiTreeNodeFlags_OpenOnArrow) ? ImGuiButtonFlags_PressedOnClickRelease : 0); 4824 button_flags |= ImGuiButtonFlags_PressedOnDragDropHold; 4828 bool pressed = ButtonBehavior(interact_bb, id, &hovered, &held, button_flags); 5067 ImGuiButtonFlags button_flags local in function:ImGui::Selectable 6450 ImGuiButtonFlags button_flags = (ImGuiButtonFlags_PressedOnClick | ImGuiButtonFlags_AllowIt local in function:ImGui::TabItemEx [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 2677 ImGuiButtonFlags button_flags = ImGuiButtonFlags_Repeat | ImGuiButtonFlags_DontClosePopups; local in function:ImGui::InputScalar 2679 button_flags |= ImGuiButtonFlags_Disabled; 2681 if (ButtonEx("-", ImVec2(button_size, button_size), button_flags)) 2687 if (ButtonEx("+", ImVec2(button_size, button_size), button_flags)) 4818 ImGuiButtonFlags button_flags = ImGuiButtonFlags_NoKeyModifiers; local in function:ImGui::TreeNodeBehavior 4820 button_flags |= ImGuiButtonFlags_AllowItemOverlap; 4822 button_flags |= ImGuiButtonFlags_PressedOnDoubleClick | ((flags & ImGuiTreeNodeFlags_OpenOnArrow) ? ImGuiButtonFlags_PressedOnClickRelease : 0); 4824 button_flags |= ImGuiButtonFlags_PressedOnDragDropHold; 4828 bool pressed = ButtonBehavior(interact_bb, id, &hovered, &held, button_flags); 5067 ImGuiButtonFlags button_flags local in function:ImGui::Selectable 6450 ImGuiButtonFlags button_flags = (ImGuiButtonFlags_PressedOnClick | ImGuiButtonFlags_AllowIt local in function:ImGui::TabItemEx [all...] |
Completed in 22 milliseconds