SDL_QueryTexture (tex, NULL, NULL, &pos.w, &pos.h); SDL_RenderCopy(rend, tex, NULL, &pos); } int main(int argc, char* argv[]) { //初始化SDL
確定! 回上一頁