Feature request: Fire EventResize event already on mousemove

10 views
Skip to first unread message

Adrian Sieber

unread,
Nov 9, 2020, 6:25:01 PM11/9/20
to Haskell Gloss
If a window is resized, the `EventResize` event is only fired after the mouse click is stopped (mouseup event). I think it should already be fired during the resizing of the window. Probably in the speed of the simulation resolution.
This is important if e.g. the layout of the content is dependent on the window size and one wants to achieve a certain layout. Not updating it continuously means that you have to the do the "click - drag - release"  cycle multiple times, which gets annoying real quick.

What are your thoughts on this?

Reply all
Reply to author
Forward
0 new messages