SFML community forums

Help => Window => Topic started by: Putarda on October 08, 2016, 12:38:46 am

Title: How to properly set icon to window?
Post by: Putarda on October 08, 2016, 12:38:46 am
I searched on the internet for the answer, and all I found were topics older than 8 years. My question is what is the best and properly way to set icon to the render window? And also to .exe.
Title: AW: How to properly set icon to window?
Post by: eXpl0it3r on October 08, 2016, 01:28:36 am
To set the window icon see the documentation: http://www.sfml-dev.org/documentation/2.4.0/classsf_1_1Window.php#a63af61e026fba08e3153fd013620bcc0

Setting thr icon of the executable is not something SFML does for you and it's platform specific. There are plenty of tutorials availabe online for Windows.