freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: resizable ft2demos


From: Anuj Verma
Subject: Re: resizable ft2demos
Date: Fri, 22 May 2020 14:03:15 +0530

The window enters a modal loop whenever you start resizing the window, the loop terminates when the mouse is released.
more on this here: https://docs.microsoft.com/en-us/windows/win32/winmsg/wm-entersizemove
So I think the solution would be to handle the "WM_SYSCOMMAND" message and manually resize the window. You can
also integrate this code. (https://sourceforge.net/p/win32loopl/code/ci/default/tree/)

Anuj


reply via email to

[Prev in Thread] Current Thread [Next in Thread]