... SDL_SetRenderDrawColor(r, 0, 0, 255, 255); SDL_Rect rect(0, 0, 100, 50); SDL_RenderFillRect(r, &rect); SDL_RenderPresent(r);.
確定! 回上一頁