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 3053 - System hotkey handling different between true fullscreen and fake fullscreen
Summary: System hotkey handling different between true fullscreen and fake fullscreen
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86_64 Mac OS X 10.8
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords: target-2.0.4
Depends on:
Blocks:
 
Reported: 2015-07-06 17:53 UTC by Drew Bliss
Modified: 2015-10-06 04:51 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 Drew Bliss 2015-07-06 17:53:07 UTC
Users are reporting that they can't use system hotkeys like Command+Tab to switch away from an SDL app using true fullscreen.  They can when using fake fullscreen and it seems desirable to allow it in true fullscreen also.

https://github.com/ValveSoftware/Dota-2-Reborn/issues/89
Comment 1 Sam Lantinga 2015-07-06 18:21:21 UTC
I don't know if this is possible because of the way fullscreen on Mac works (no Cocoa window input)

The recommendation is not to use old fullscreen mode on Mac, and instead use fullscreen desktop mode, as Apple is clearly deprecating fullscreen access in favor of the newer APIs.

Assigning to Ryan for further investigation and comment.
Comment 2 Ryan C. Gordon 2015-10-06 04:51:53 UTC
I believe this is by design; going fullscreen with Spaces is the way to be friendly to things like app switching.

--ryan.