我試圖通過 SDL_FillRect() 使用以下代碼覆蓋 SDL_Surface * 的小矩形: int display(SDL_Surface * screen, Uint16 tile_size){ if (!screen) return 1; ...
確定! 回上一頁