Inheritance: LitDev.Engines.InputReport
Beispiel #1
0
 protected override void HandleDataReceived(InputReport oInRep)
 {
     if (OnDeviceChanged != null)
     {
         HIDInputReport oHIDIn = (HIDInputReport)oInRep;
         OnDeviceChanged(this, new HIDChangedEventArgs(oHIDIn));
     }
 }
Beispiel #2
0
 public HIDChangedEventArgs(HIDInputReport oHIDIn)
 {
     this.oHIDIn = oHIDIn;
 }
Beispiel #3
0
 public HIDChangedEventArgs(HIDInputReport oHIDIn)
 {
     this.oHIDIn = oHIDIn;
 }