Hello ! Personally i like it that ALT F4 on Windows, Apple Q on Mac OSX and so on generate a WM_QUIT with SDL. That way i don't have to ask the user, what QUIT key do you wan to use. When you get an WM_QUIT event, you can still ask the user what to do next. CU