Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Drawing while resizing window.  (Read 1921 times)

0 Members and 1 Guest are viewing this topic.

Cpl.Bator

  • Hero Member
  • *****
  • Posts: 540
    • View Profile
Drawing while resizing window.
« 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.

Cpl.Bator

  • Hero Member
  • *****
  • Posts: 540
    • View Profile
Re: Drawing while resizing window.
« Reply #1 on: September 26, 2018, 12:41:42 am »
i found interesting information here :

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

so, i need to use winapi for windows.