SDL_Rect rect2 = {70, 10, 50, 50}; SDL_RenderDrawRect (ren, & rect2); We created a rectangle and called the SDL_RenderDrawRect function . It only draws the ...
確定! 回上一頁