When exiting fullscreen in a built osx application the window doesn’t return to the default size. It turns into a window but the window remains the size of the screen. I see this behaviour in db 2802. Is this a bug?
Is there a way to turn of the fullscreen feature altogether?
this is my build settings:
window = { defaultMode = "normal", defaultViewWidth = 1024, defaultViewHeight = 768, minViewWidth = 1024, minViewHeight = 768, enableCloseButton = true, enableMaximizeButton = false, enableMinimizeButton = true, suspendWhenMinimized = true, titleText = { default = "My Application" }, },
this is my config:
application = { content = { width = 320, height = 480, scale = "letterbox", xAlign = "center", yAlign = "center", fps = 60, }, }
thanks