kbhit (msvcrt)
Last changed: neoscrib-67.168.110.227

.
Summary
Checks the console for keyboard input.

C# Signature:

[DllImport("msvcrt.dll", CallingConvention=CallingConvention.Cdecl)]
static extern int kbhit();

VB Signature:

<DllImport("msvcrt.dll", CallingConvention:=CallingConvention.Cdecl)> _
Shared Function kbhit Lib "msvcrt.dll" () As Integer
End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
kbhit on MSDN