los-cocos / cocos

graphic library for games and multimedia, for python language on PC-like hardware
http://los-cocos.github.io/cocos-site/
Other
633 stars 147 forks source link

Hidpi fix for quarter size viewport bug. #340

Closed ghost closed 3 years ago

ghost commented 3 years ago

Issue #303 contains a fix in order to get the viewport to fill the entire window. That fix unfortunately seems to contain a bug which causes a crash when the user resizes the window.

This fix attempts to address both issues.

ghost commented 3 years ago

Looks like the unit tests are failing for a missing get_viewport_size method on Window. I'm assuming the unit tests are stubbing the Window type and this method needs to be stubbed out too?