We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5062

Summary: macOS no SDL_WINDOW flag to allow both window switching and non native resolutions in fullscreen
Product: SDL Reporter: tburger936
Component: videoAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.12   
Hardware: All   
OS: Mac OS X (All)   

Description tburger936 2020-03-26 17:12:15 UTC
On OS X using SDL_WINDOW_FULLSCREEN disables window switching using shortcuts such as Command + Tab, or F3.

SDL_WINDOW_FULLSCREEN_DESKTOP allows use of window switching but does not allow use of non native resolutions like the above option does.

It would be nice to have one of the flags be able to use both functionalities.