kbhit
[DllImport("msvcrt.dll", CallingConvention = CallingConvention.Cdecl, SetLastError = true)]
public static extern int kbhit(
);
Microsoft documentation: Link
Last updated
[DllImport("msvcrt.dll", CallingConvention = CallingConvention.Cdecl, SetLastError = true)]
public static extern int kbhit(
);
Microsoft documentation: Link
Last updated