Win32/Win32RawInput.cs
changeset 83 2d5955694057
parent 79 cdc5f8f1b79e
     1.1 --- a/Win32/Win32RawInput.cs	Sun Mar 15 21:26:51 2015 +0100
     1.2 +++ b/Win32/Win32RawInput.cs	Tue Mar 17 15:35:58 2015 +0100
     1.3 @@ -110,7 +110,7 @@
     1.4  
     1.5          /// <summary>
     1.6          /// If set, the application command keys are handled. RIDEV_APPKEYS can be specified only if RIDEV_NOLEGACY is specified for a keyboard device.
     1.7 -        /// </summary>        
     1.8 +        /// </summary>
     1.9          public const uint RIDEV_APPKEYS = 0x00000400;
    1.10  
    1.11          /// <summary>