Searched refs:SliderInt3 (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 436 IMGUI_API bool SliderInt3(const char* label, int v[3], int v_min, int v_max, const char* format = "%d");
|
| H A D | imgui_demo.cpp | 1281 ImGui::SliderInt3("slider int3", vec4i, 0, 255);
|
| H A D | imgui_widgets.cpp | 2069 // - SliderInt3() 2442 bool ImGui::SliderInt3(const char* label, int v[3], int v_min, int v_max, const char* format) function in class:ImGui
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.h | 436 IMGUI_API bool SliderInt3(const char* label, int v[3], int v_min, int v_max, const char* format = "%d");
|
| H A D | imgui_widgets.cpp | 2069 // - SliderInt3() 2442 bool ImGui::SliderInt3(const char* label, int v[3], int v_min, int v_max, const char* format) function in class:ImGui
|
Completed in 115 milliseconds