Page 1 of 1

HotKey

PostPosted: Sun Jul 01, 2007 8:32 am
by TheOnlyRemedy
Need hotkey to minimize, pause and resume game. This will enable to work with ALT+TAB protected games like Quake3.

PostPosted: Sun Jul 01, 2007 11:35 am
by L. Spiro
These were in the old version but I need to reimplement them for the new version.

However, it is entirely possible to make these functions via the scripts in the meantime.


L. Spiro

PostPosted: Mon Sep 10, 2007 11:30 am
by TheOnlyRemedy
Can anybody assist me with a sample script for minimizing the game? ( games like Quake3 etc..)

PostPosted: Mon Sep 10, 2007 10:23 pm
by L. Spiro
ShowWindow( hGameWindow, SW_FORCEMINIMIZE );

or

SetForegroundWindow( hAnotherWindowBesidesTheGameWindow );


L. Spiro