Alt - Tab
by Viren Thambidorai · in Torque Game Engine Advanced · 12/25/2007 (12:48 am) · 0 replies
Hi ,
Where exactly is alt-tab keyboard sequence handled in TGEA? i came across alt-enter combo which ultimately switches between fullscreen & windowed mode ... which is handled in default.bind.cs of game/client such as ...
GlobalActionMap.bindCmd(keyboard, "alt enter", "", "toggleFullScreen();");
am aware of the fact that alt-tab is window interrupt .. is there any way catch this in Game?
Where exactly is alt-tab keyboard sequence handled in TGEA? i came across alt-enter combo which ultimately switches between fullscreen & windowed mode ... which is handled in default.bind.cs of game/client such as ...
GlobalActionMap.bindCmd(keyboard, "alt enter", "", "toggleFullScreen();");
am aware of the fact that alt-tab is window interrupt .. is there any way catch this in Game?