08-09-2006 03:25 PM
08-09-2006 03:39 PM
08-09-2006 04:09 PM
thank you but it just say a or not a ,what i want is a loop in this event which which will be executed till the next key is pressed so it ist unknown how many times this loop will be executet. i dont know how to handle this.
i can do what i want just 1 time and then i have to press again a key , but it should run until a key is pressed.
something linke in C:
while ( !kbhit() )
{
do something
}
08-09-2006 04:24 PM
08-10-2006 12:12 PM
08-10-2006 01:26 PM