Sun, 15 Mar 2015 20:25:58 +0100 StephaneLenclud Moving files around.
Sun, 15 Mar 2015 16:56:31 +0100 StephaneLenclud Removing legacy remote control stuff.
Sun, 15 Mar 2015 14:45:40 +0100 StephaneLenclud Now using SharpLib.Hid and SharpLib.Win32 as namespaces.
Sun, 15 Mar 2015 14:39:21 +0100 StephaneLenclud Copyright and namespace.
Sun, 15 Mar 2015 14:07:17 +0100 StephaneLenclud Renaming demo application to HID Demo.
Sun, 15 Mar 2015 14:01:30 +0100 StephaneLenclud Adding SharpLibHid DLL.
Sun, 15 Mar 2015 12:44:58 +0100 StephaneLenclud Adding support for usage value and thus joystick/gamepad.
Sun, 15 Mar 2015 09:53:37 +0100 StephaneLenclud Adding button count property to HID device.
Thu, 05 Mar 2015 10:12:37 +0100 StephaneLenclud Imrpoved HID device friendly name.
Wed, 04 Mar 2015 20:52:24 +0100 StephaneLenclud Consolidating for keyboard and mouse device support.
Tue, 03 Mar 2015 21:07:44 +0100 StephaneLenclud Bunch of minor fixes, device list format.
Sun, 22 Feb 2015 20:56:08 +0100 StephaneLenclud Adding HidP_GetUsageValue function declaration.
Sun, 15 Feb 2015 23:16:57 +0100 StephaneLenclud Adding status bar to show the device that just sent an event.
Sun, 15 Feb 2015 23:06:54 +0100 StephaneLenclud Consistent naming fixes in our usage tables enumerations.
Sun, 15 Feb 2015 22:57:38 +0100 StephaneLenclud Device list now displaying input value description, those are basically your
Sun, 15 Feb 2015 22:13:33 +0100 StephaneLenclud Adding input capabilities description to device list.
Sun, 15 Feb 2015 21:48:07 +0100 StephaneLenclud HidDevice: Adding friendly name property.
Sun, 15 Feb 2015 20:28:46 +0100 StephaneLenclud Device list now showing usage collection string.
Sun, 15 Feb 2015 19:53:27 +0100 StephaneLenclud Much improved raw input device list.
Sun, 15 Feb 2015 18:15:41 +0100 StephaneLenclud Adding most basic raw device list.
Sun, 15 Feb 2015 13:30:54 +0100 StephaneLenclud Win32Hid: Fixing boolean bug and improving value caps union.
Sun, 15 Feb 2015 12:22:43 +0100 StephaneLenclud HidDevice now fetching value capabilities.
Sun, 15 Feb 2015 12:10:40 +0100 StephaneLenclud Win32Hid: improved button caps structure.
Sun, 15 Feb 2015 11:53:36 +0100 StephaneLenclud HidDevice now supports capabilities and button capabilities.
Sun, 15 Feb 2015 10:50:09 +0100 StephaneLenclud HidDevice consolidating contruction.
Sun, 15 Feb 2015 00:04:28 +0100 StephaneLenclud Comments and white space clean up.
Sat, 14 Feb 2015 23:41:12 +0100 StephaneLenclud Device Info moves where it belongs into our device class.
Sat, 14 Feb 2015 23:23:41 +0100 StephaneLenclud Moving pre-parsed data to our device class.
Sat, 14 Feb 2015 22:13:31 +0100 StephaneLenclud Now using spaces instead of tabs for indentation.
Sat, 14 Feb 2015 22:11:36 +0100 StephaneLenclud Adding some hid.dll imports.