Searched refs:InputScalarAsWidgetReplacement (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_internal.h | 1489 …IMGUI_API bool InputScalarAsWidgetReplacement(const ImRect& bb, ImGuiID id, const char* l…
|
D | imgui_widgets.cpp | 1912 return InputScalarAsWidgetReplacement(frame_bb, id, label, data_type, v, format); in DragScalar() 2344 return InputScalarAsWidgetReplacement(frame_bb, id, label, data_type, v, format); in SliderScalar() 2617 bool ImGui::InputScalarAsWidgetReplacement(const ImRect& bb, ImGuiID id, const char* label, ImGuiDa… in InputScalarAsWidgetReplacement() function in ImGui
|