SDL_FillRect (screen, NULL, color);. color = SDL_MapRGB (screen->format, 0, 100, 100); rect.w = 300; rect.h = 10; rect.x = 50; rect.y = 50;
確定! 回上一頁