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