Hello ;)
It may sound like a silly question but how can I display my game window back by code when it has been minimized (I use default Gdscipt) ?
I use OS.set_window_minimized(true) to minimize my window and it works fine (the idea is to create a "boss key" in my game) but I can't get it back with another physical key (though I set it right in my input map ), even using :
- OS.set_window_minimized(false)
- OS.set_window_maximized(true)
Do you have any idea how to proceed ? My OS is Windows. Is it supposed to behave the same for any OS ?
Thanks a lot for your help :)