simple C question...
-
Hi... I'm looking for a C function which detects a key pressed. For example a function like
IsKeyPressed()
which returns a boolean... The function must return immediately without waiting until a key is pressed. Thanks for your help Hello World!!! :) from Raphaël -
Hi... I'm looking for a C function which detects a key pressed. For example a function like
IsKeyPressed()
which returns a boolean... The function must return immediately without waiting until a key is pressed. Thanks for your help Hello World!!! :) from Raphaël -
Hi... I'm looking for a C function which detects a key pressed. For example a function like
IsKeyPressed()
which returns a boolean... The function must return immediately without waiting until a key is pressed. Thanks for your help Hello World!!! :) from RaphaëlCheck out
_kbhit()
--Mike-- THERE IS NO THERE IS NO BUT THERE IS MAGIC PIXIE DUST BUSINESS GENIE CODE PROJECT Homepage | RightClick-Encrypt | 1ClickPicGrabber "You have Erica on the brain" - Jon Sagara to me -
Check out
_kbhit()
--Mike-- THERE IS NO THERE IS NO BUT THERE IS MAGIC PIXIE DUST BUSINESS GENIE CODE PROJECT Homepage | RightClick-Encrypt | 1ClickPicGrabber "You have Erica on the brain" - Jon Sagara to methanks a lot... Hello World!!! :) from Raphaël
-
Hi... I'm looking for a C function which detects a key pressed. For example a function like
IsKeyPressed()
which returns a boolean... The function must return immediately without waiting until a key is pressed. Thanks for your help Hello World!!! :) from Raphaël