[SDL] Alt-F4 not working on Windows

Rainer Deyke rainerd at eldwood.com
Fri May 2 19:06:22 PDT 2008


René Dudfield wrote:
> Games get you out of the windows, and take over the computer.  You
> don't have the same look, or feel with windows games - no conventions
> should apply :)

It is precisely for full-screen games that alt-f4 is most important. 
With a windowed game, you can just click on the little x in the 
top-right corner of the window.  When a full-screen game is misbehaving, 
the user needs some way to regain control.  By convention, there are 
four ways:
   alt-f4: quit
   alt-enter: switch to windowed mode
   alt-tab: switch to another program
   ctrl-alt-del: task manager

There are some exceptional situations (e.g. emulators) where the 
standard conventions do not apply.  SDL /should/ support these 
exceptional situations.  However, a normal full-screen game has no 
excuse for ignoring the standard conventions.


-- 
Rainer Deyke - rainerd at eldwood.com



More information about the SDL mailing list