-2
SDL_FillRect(screenSurface, NULL, SDL_MapRGB(screenSurface->format, 0xFF, 0xFF, 0xFF))
0xFF是什麼意思?SDL代碼中0xFF的含義
SDL_FillRect(screenSurface, NULL, SDL_MapRGB(screenSurface->format, 0xFF, 0xFF, 0xFF))
0xFF是什麼意思?SDL代碼中0xFF的含義