SFML community forums

Help => Window => Topic started by: JeZ-l-Lee on September 04, 2009, 09:30:49 pm

Title: How Can I Change SFML Window Title Text During Game???
Post by: JeZ-l-Lee on September 04, 2009, 09:30:49 pm
How Can I Change SFML Window Title Text During Game???

Must be a way, besides recreating the entire window again and again?

Thanks!
Title: How Can I Change SFML Window Title Text During Game???
Post by: Astrof on September 04, 2009, 09:47:48 pm
It is not in the library but you can write a function yourself (but will be OS specific)
Title: How Can I Change SFML Window Title Text During Game???
Post by: jt030105 on January 17, 2010, 11:44:46 pm
Quote from: "Astrof"
It is not in the library but you can write a function yourself (but will be OS specific)


hard and terrible
Title: How Can I Change SFML Window Title Text During Game???
Post by: rpgmaker on January 20, 2010, 12:23:46 am
If it is window based. Then it a matter of using the "FindWindow" to get the handle and using the "SetWindowText" to set the text of the window