spnav_win32_test
changeset 1:55a06a416ca8 tip
removed meaningless comment
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 13 Aug 2013 22:17:00 +0300 |
parents | 21f1554e2884 |
children | |
files | main.cpp |
diffstat | 1 files changed, 1 insertions(+), 9 deletions(-) [+] |
line diff
1.1 --- a/main.cpp Sun Jul 07 04:21:49 2013 +0300 1.2 +++ b/main.cpp Tue Aug 13 22:17:00 2013 +0300 1.3 @@ -11,14 +11,6 @@ 1.4 typedef __int16 int16_t; 1.5 typedef unsigned __int32 uint32_t; 1.6 1.7 -/* TODO: notification 1.8 - Obtain the Windows GUID for HID devices by way of a call to HidD_GetHidGuid() 1.9 - Clear the contents of a DEV_BROADCAST_DEVICEINTERFACE structure 0. 1.10 - Assign the members of the structure such that you specify the HID GUID. 1.11 - Register the application for device notifications by calling the function RegisterDeviceNotification(). 1.12 - If the previous step returns an invalid handle, then an error has occurred, and the function should return an error. Otherwise, the return is successful. 1.13 -*/ 1.14 - 1.15 #pragma pack(push, 1) 1.16 union Report { 1.17 unsigned char type; 1.18 @@ -235,4 +227,4 @@ 1.19 done = true; 1.20 } 1.21 return 0; 1.22 -} 1.23 \ No newline at end of file 1.24 +}