subsoap / defos

Extra native OS functions for games written using the Defold game engine
Creative Commons Zero v1.0 Universal
112 stars 16 forks source link

Toggling fullscreen re-enables window resize if previously disabled (Windows 10) #129

Open K-Klear opened 2 years ago

K-Klear commented 2 years ago

Very simple repro: defos_test.zip

Worked around it by monkeypatching the defos.toggle_fullscreen function to always disable window resize as well, since I don't ever want it enabled in my project.