Win32RawInput.cs
changeset 22 8b2a3da54187
parent 17 8f7e35c3bfd1
child 23 743cadfacda0
     1.1 --- a/Win32RawInput.cs	Sat Dec 06 01:53:55 2014 +0100
     1.2 +++ b/Win32RawInput.cs	Sat Dec 06 02:46:46 2014 +0100
     1.3 @@ -13,7 +13,7 @@
     1.4  		public extern static uint GetRawInputData(IntPtr hRawInput, uint uiCommand, IntPtr pData, ref uint pcbSize, uint cbSizeHeader);
     1.5  
     1.6     		[DllImport("User32.dll", SetLastError=true)]
     1.7 -		public extern static int GetRawInputDeviceInfo(IntPtr hDevice, uint uiCommand, IntPtr pData, ref uint pcbSize);
     1.8 +		public extern static int GetRawInputDeviceInfoW(IntPtr hDevice, uint uiCommand, IntPtr pData, ref uint pcbSize);
     1.9      }
    1.10  
    1.11