[DllImport("kernel32.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint = "ReadConsoleInputW")]
static extern bool ReadConsoleInput(
IntPtr hConsoleInput,
[Out] INPUT_RECORD [] lpBuffer,
uint nLength,
out uint lpNumberOfEventsRead);
None.
Please add some!
Please add some!
Do you know one? Please contribute it!