sf::Texture texture; sf::Event event; sf::Sprite sprite; texture.loadFromImage(image); sprite.setTexture(texture);. 更新:我參考了this的帖子,但 ...
確定! 回上一頁