snowkit / snow

A low level cross platform framework for Haxe. Mac, Windows, Linux, Android, iOS, WebGL.
http://snowkit.org/snow
MIT License
133 stars 35 forks source link

Window; web; Window does not receive resize events if config.fullscreen is true. #72

Closed Herschel closed 9 years ago

Herschel commented 9 years ago

When fullscreen mode is activated by setting config.window.fullscreen, the window is never added to the windowing.fs_windows array and will never receive resize events. The user must explicitly call app.window.fullscreen = true; to add the window to the fs_windows array and receive size events.

ruby0x1 commented 9 years ago

let me know if you have an problems with the fix! Thanks for the report

ruby0x1 commented 9 years ago

err, over enthused, let me try that again

ruby0x1 commented 9 years ago

now it shouldn't break everything !

Herschel commented 9 years ago

Thanks!