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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp2065 static int selected_fish = -1; local in function:ShowDemoWindowPopups
2074 ImGui::TextUnformatted(selected_fish == -1 ? "<None>" : names[selected_fish]);
2081 selected_fish = i;

Completed in 8 milliseconds