GetForegroundWindow . .
@NathanOliver, IsWindowEnabled, , true, , .
IsWindowVisible, , , ESC, .
, , GetForegroundWindow(), , , , GetConsoleWIndow (), , , , GetKeyState (VK_ESC), !
HWND hWnd = GetConsoleWIndow();
boolean leaveAuto = false;
while(!leaveAuto) {
...
leaveAuto = (GetAsyncKeyState(VK_ESCAPE) && (GetForegroundWindow() == hWnd));
}
: , ESC, , GetAsyncKeyState true, , , -, ESC, , - , . , , ESC, .
ESC, .