Searched refs:v_button (Results 1 – 2 of 2) sorted by relevance
395 …IMGUI_API bool RadioButton(const char* label, int* v, int v_button); // shortcu…
1016 bool ImGui::RadioButton(const char* label, int* v, int v_button) in RadioButton() argument1018 const bool pressed = RadioButton(label, *v == v_button); in RadioButton()1020 *v = v_button; in RadioButton()