| Summary: | WinRT: alt-tab doesn't work correctly with full-screened, UWP (Win10 Store) apps | ||
|---|---|---|---|
| Product: | SDL | Reporter: | David Ludwig <dll> |
| Component: | video | Assignee: | David Ludwig <dll> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Other | ||
|
Description
David Ludwig
2015-12-22 05:21:09 UTC
To note, it looks like alt-tab in other full-screened Win10/UWP games, including at least one Microsoft one (Minecraft Win10 edition; there's no Win10 CoreWindow sample apps, AFAIK), only ever minimize the window if there is at least one other window to alt-tab to. If the game is the only window, alt-tab doesn't appear to minimize the game window. (In reply to David Ludwig from comment #2) > To note, it looks like alt-tab in other full-screened Win10/UWP games, > including at least one Microsoft one (Minecraft Win10 edition; there's no > Win10 CoreWindow sample apps, AFAIK), only ever minimize the window if there > is at least one other window to alt-tab to. If the game is the only window, > alt-tab doesn't appear to minimize the game window. Correction: there are no *fullscreen-capable* Win10 CoreWindow sample apps (provided by Microsoft), that I am aware of. Microsoft does provide a few CoreWindow app templates with MSVC 2015, however they default to windowed-mode, do not provide controls to go fullscreen, and do not provide any direct calls to Win10's full-screen APIs. |