typedef struct SDL_Surface { Uint32 flags; /* Read-only */ SDL_PixelFormat ... void set_pixel(SDL_Surface *surface, int x, int y, Uint32 pixel) { Uint8 ...
確定! 回上一頁