uli / basicengine-firmware

BASIC Engine Firmware
78 stars 16 forks source link

SDL fullscreen (switch '-f') needs a way to exit back to host OS desktop #47

Closed bitartrate closed 4 years ago

bitartrate commented 4 years ago

When in fullscreen mode in the SDL BASIC Engine there is no way to cleanly close out of it back to the host OS desktop. Something like an immediate mode EXIT command.

bitartrate commented 4 years ago

I like the SYSTEM command. This is kind of a little thing but would it be possible to make SYSTEM reduce back to a window? My use case would be to have Engine BASIC documentation loaded on the host and be able to go back and forth from fullscreen to refer to it without closing BE/SDL.

uli commented 4 years ago

I think a keyboard shortcut is more useful for that.

bitartrate commented 4 years ago

I agree with you Uli. I have not gotten a change to experiment with any window manager utilities on the SDL version yet. Perhaps that will yield some ideas?

uli commented 4 years ago

So does Alt-Return resolve your issue then?

bitartrate commented 4 years ago

Uli, that is perfect! Thank you. To recap we now have SYSTEM command to close the SDL down.

to switch between fullscreen and windowed mode.