Game Development Community

CTRL+ALT+DEL minimizes window

by Ricardo Cesteiro · in Torque Game Builder · 09/01/2008 (9:54 am) · 1 replies

Hi,

Running my game in fullscreen, when i use CTRL+ALT+DEL keys, and then go back to the game, the game window is minimized. Is there any way to prevent this, and keep the window maximized?

Thanks

About the author

Recent Threads


#1
09/02/2008 (4:00 am)
Another thing regarding the CTRL+ALT+DEL:
i'm using the "onWindowFocusChange" function. When in window mode, pressing these keys pauses the game.
When in fullscreen mode, i press CTRL+ALT+DEL, lock the computer, and the game isn't paused.

Anyone has any ideas how to make it pause in fullscreen?