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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.