| Summary: | Fullscreen and fullscreen desktop mode completely blocks access to other programs and is impossible to escape | ||
|---|---|---|---|
| Product: | SDL | Reporter: | hlamontagne <hubertlamontagne> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED WONTFIX | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | robert.perkel |
| Version: | 2.0.1 | ||
| Hardware: | x86 | ||
| OS: | Windows 8 | ||
|
Description
hlamontagne
2013-10-26 22:26:21 UTC
I haven't seen this behavior. Alt-tab works correctly here. Can you reproduce this problem with the SDL test programs? I have seen this behavior ONLY when debugging in Visual Studio (2013). The only way for me to close it is to quickly switch to VS (while dodging loss of focus from the window) and to close the compiler which causes the debugger to stop executing. If it's a locking issue with Visual Studio, I'm not sure what we can do about it. Can you use two monitors to debug, or remote debug from another computer? On my laptop (secondary computer) I cannot escape this without logging out or shutting down. On my primary computer (duel monitor) I can debug in one window while the program runs in the other. The only issue is this bug, which occurs when I lose focus after debugging: https://bugzilla.libsdl.org/show_bug.cgi?id=2209 I'm not sure that we can do anything here to fix it. Please reopen this bug if you have any ideas! |