Log In  


Does anyone have the same problem as me?

pausable = false

If you disable pausable then in binary exports the escape key goes to the desktop in fullscreen apps.
Is this an intended behavior? I disable it to create my own pause menu.
I would like that in a final binary, no one could exit to the desktop.

Thanks!

2


Seconded!


Solved, if we create the window with capture_escapes = true, it fixes the problem, as it doesn't let us return to the desktop.



[Please log in to post a comment]