SFML community forums

Help => General => Topic started by: Cpl.Bator on September 25, 2018, 11:58:10 pm

Title: Drawing while resizing window.
Post by: Cpl.Bator on September 25, 2018, 11:58:10 pm
Hi, i search a method ( portable , linux & windows ) for drawing some stuff when i resize the main window. i use SFGUI , and i want a "good look", like "normal application" when i resize the window, not a fixed app during the resize. i've tried to draw inside the event loop, but seem doesnt work.

Thanks.
Title: Re: Drawing while resizing window.
Post by: Cpl.Bator on September 26, 2018, 12:41:42 am
i found interesting information here :

https://en.sfml-dev.org/forums/index.php?topic=5858.0 (https://en.sfml-dev.org/forums/index.php?topic=5858.0)

so, i need to use winapi for windows.