... SDL_Rect position; for(i=0; i<8; i++){ for(j=0; j<8; j++){ position.x = j*80; position.y = i*80; SDL_FillRect(pixel, NULL, SDL_MapRGB(ecran->format, ...
確定! 回上一頁