예제 #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));
 }
예제 #2
0
파일: InputDataGC.cs 프로젝트: Skodeva/SDK4
 public InputDataGC(InputDeviceGCPart inputDeviceGCPart) : base(inputDeviceGCPart)
 {
     this.inputDeviceGCPart = inputDeviceGCPart;
 }
예제 #3
0
 public InputDeviceGCPartStatus(InputDeviceGCPart inputDeviceGCPart) : base(inputDeviceGCPart)
 {
     this.inputDeviceGCPart = inputDeviceGCPart;
 }