Exemplo n.º 1
0
 public InputDevicePartDispatchEventGC(InputDeviceGCPart inputDeviceGCPart) : base(inputDeviceGCPart)
 {
     this.inputDeviceGCPart = inputDeviceGCPart;
     eventList.Add(inputDevicePartEventSliderLeftRight = new InputDeviceGCPartEventSliderLeftRight(this));
     eventList.Add(inputDevicePartEventSliderUpDown    = new InputDeviceGCPartEventSliderUpDown(this));
     eventList.Add(inputDevicePartEventTouchTP         = new InputDeviceGCPartEventTouchTP(this));
 }
Exemplo n.º 2
0
 public InputDataGC(InputDeviceGCPart inputDeviceGCPart) : base(inputDeviceGCPart)
 {
     this.inputDeviceGCPart = inputDeviceGCPart;
 }
Exemplo n.º 3
0
 public InputDeviceGCPartStatus(InputDeviceGCPart inputDeviceGCPart) : base(inputDeviceGCPart)
 {
     this.inputDeviceGCPart = inputDeviceGCPart;
 }