ImGui ::Begin("Window Title"); ... ImGui::Text("Hello, world %d", 123); ... ImGui::TextColored(ImVec4(255, 0, 0, 255), "red");
確定! 回上一頁