在SFML 要建立一個視窗,要使用sf::RenderWindow 並指定解析度(Resolution)、標題(Title) ... sf::Vector2u size = window. ... window.draw(sprite);
確定! 回上一頁