[DllImport("kernel32.dll",EntryPoint="ReadConsoleInputW",CharSet=CharSet.Unicode)]
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!