[DllImport("user32.dll", SetLastError = true)] public static extern uint GetRawInputData( IntPtr hRawInput, uint uiCommand, IntPtr pData, ref uint pcbSize, uint cbSizeHeader );
Microsoft documentation: Link
Last updated 1 year ago