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