Searched refs:v_button (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h395 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 Dimgui_widgets.cpp1016 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 Dimgui.h395 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 Dimgui_widgets.cpp1016 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