Beispiel #1
0
 internal RawHidDevice(string name, RawDeviceType type, IntPtr handle, string description)
 {
     Handle      = handle;
     Type        = type;
     Name        = name;
     Description = description;
 }
 internal RawKeyboardDevice(string name, RawDeviceType type, IntPtr handle, string description)
 {
     Handle = handle;
     Type = type;
     Name = name;
     Description = description;
 }