diff -r 5f4e0fbb3ea1 -r 0166dfab3349 HidUtil.cs
--- a/HidUtil.cs Sat Dec 06 13:08:50 2014 +0100
+++ b/HidUtil.cs Sat Dec 06 13:14:16 2014 +0100
@@ -20,9 +20,9 @@
public ushort Version { get; private set; }
///
- ///
+ /// Class constructor will fetch this object properties from HID sub system.
///
- ///
+ /// Device Handle as provided by RAWINPUTHEADER.hDevice, typically accessed as rawinput.header.hDevice
public HidDevice(IntPtr hRawInputDevice)
{
//Fetch various information defining the given HID device