sdl编程(sdl编程指南pdf) 1、SDL_Surface* hello = NULLSDL_Surface* screen = NULLSDL_Init SDL_INIT_EVERYTHING screen = SDL_SetVideoMode 640, 480, 32, SDL_SWSURFACE hello = SDL_Lo...