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 - macOS no SDL_WINDOW flag to allow both window switching and non native resolutions in fullscreen
Summary: macOS no SDL_WINDOW flag to allow both window switching and non native resolu...
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.12
Hardware: All Mac OS X (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-26 17:12 UTC by tburger936
Modified: 2020-06-26 22:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.