Home
last modified time | relevance | path

Searched refs:v_button (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h395 …IMGUI_API bool RadioButton(const char* label, int* v, int v_button); // shortcu…
Dimgui_widgets.cpp1016 bool ImGui::RadioButton(const char* label, int* v, int v_button) in RadioButton() argument
1018 const bool pressed = RadioButton(label, *v == v_button); in RadioButton()
1020 *v = v_button; in RadioButton()