Alexey Gulev
Alexey Gulev
Issue will be fixed after merging this PR https://github.com/subsoap/defos/pull/124 (Pls pay attention that this fix can't be applied before a fix in the engine, read PR description)
Do we have some priorities for a features? And sync between windows and macos platforms? For example I can implement for macOS: toggle_fullscreen or set_video_mode with constants is_fullscreen Change window...
@subsoap @chaosddp What about defos.toggle_maximize() method?
Done for macOS too. Closed an issue #6
Done with set_window_icon method for html5, windows and macos Merged, Thanks @dapetcu21 for a help
Why it's faster (runnable on a large project) when run project using Visual Studio Code?
At the moment I see that mobdebug uses ``` local HOOKMASK = "lcr" ``` which means we hook every Lua line/call/return which is extremely expensive. But we can modify this...
related https://github.com/defold/defold/issues/6201
https://github.com/defold/defold/issues/3814
https://github.com/defold/defold/issues/6897