UPDATE: The solution to this problem was found at: https://docs.coronalabs.com/guide/distribution/osxBuild/index.html#window-settings - under Window Settings, not to be confused with Windows Settings.
- My app does not use auto scaling. I simply get the content width and height and write my own code to the coordinates.
-
When I launch my app in Mac OS X, it brings up a window (not full screen). Is there a way to make it default to full screen?
-
When I choose full screen, my app displays in 2/3 of the left of my monitor, and the remaining 1/3 on the right appears to show content that is suppose to be off screen. In other words, when I choose full screen, my apps knowledge of the content width is not updated. Is there a system call-back that occurs when I choose full screen so that perhaps I can readjust what is displayed based upon the new screen width?