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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp1130 static int inputs_mode = 2; local in function:ShowDemoWindowWidgets
1145 ImGui::Combo("Inputs Mode", &inputs_mode, "All Inputs\0No Inputs\0RGB Input\0HSV Input\0HEX Input\0");
1154 if (inputs_mode == 1) flags |= ImGuiColorEditFlags_NoInputs;
1155 if (inputs_mode == 2) flags |= ImGuiColorEditFlags_RGB;
1156 if (inputs_mode == 3) flags |= ImGuiColorEditFlags_HSV;
1157 if (inputs_mode == 4) flags |= ImGuiColorEditFlags_HEX;

Completed in 8 milliseconds