... SDL_Rect dest; dest.x = 10; dest.y = 10; SDL_QueryTexture(texture, NULL, NULL, &dest.w, &dest.h); SDL_RenderCopy(renderer, texture, NULL, ...
確定! 回上一頁