Advertisement
Guest User

SFML Icon

a guest
Jun 17th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.09 KB | None | 0 0
  1. sf::Image icon;
  2. icon.loadFromFile("icon.png");
  3. window.setIcon(32, 32, icon.getPixelsPtr());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement