printf("\nPress the same\nkey: "); // Test the mode while (_kbhit())
;
iInput = _getch();
printf("\nYou pressed %c\n", iInput);
}
printf("\nPress the same\nkey: "); // Test the mode while (_kbhit())
;
iInput = _getch();
printf("\nYou pressed %c\n", iInput);
}