Searched refs:v_button (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 395 IMGUI_API bool RadioButton(const char* label, int* v, int v_button); // shortcut to handle the above pattern when value is an integer
|
| H A D | imgui_widgets.cpp | 1016 bool ImGui::RadioButton(const char* label, int* v, int v_button) argument 1018 const bool pressed = RadioButton(label, *v == v_button); 1020 *v = v_button;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.h | 395 IMGUI_API bool RadioButton(const char* label, int* v, int v_button); // shortcut to handle the above pattern when value is an integer
|
| H A D | imgui_widgets.cpp | 1016 bool ImGui::RadioButton(const char* label, int* v, int v_button) argument 1018 const bool pressed = RadioButton(label, *v == v_button); 1020 *v = v_button;
|
Completed in 40 milliseconds