- Статус
- Оффлайн
- Регистрация
- 23 Сен 2019
- Сообщения
- 1,062
- Реакции
- 190
код:
C++:
ImGui::PushStyleColor(ImGuiCol_Text, ImVec4::Red);
ImGui::Text("S");
ImGui::PopStyleColor();
ImGui::SameLine();
ImGui::PushStyleColor(ImGuiCol_Text, ImVec4::Black);
ImGui::Text("imulation");
ImGui::PopStyleColor();