HeinrichApfelmus / threepenny-gui

GUI framework that uses the web browser as a display.
https://heinrichapfelmus.github.io/threepenny-gui/
Other
437 stars 77 forks source link

implement window resize event #221

Open ggreif opened 6 years ago

ggreif commented 6 years ago

This is my first attempt at providing an event that informs about changes of (browser) window size (Issue #219).

Since this is a global (not-element specific) event I have my doubts about

ggreif commented 5 years ago

Not sure yet what the best approach is. Don't merge yet.