public InputDeviceHandPartTurnLeftRightEvent(InputDevicePartDispatchEventHand inputDevicePartDispatchEventHand) : base(inputDevicePartDispatchEventHand)
 {
 }
Exemple #2
0
 public HandDispatcher(InputDevicePartDispatchEventHand inputDevicePartDispatchEventHand) : base(inputDevicePartDispatchEventHand)
 {
 }
Exemple #3
0
 protected override void ModuleCreater()
 {
     inputDevicePartDispatchEventBase = inputDevicePartDispatchEventHand = new InputDevicePartDispatchEventHand(this);
 }
Exemple #4
0
 public InputDeviceHandPartCatchEvent(InputDevicePartDispatchEventHand inputDevicePartDispatchEventHand) : base(inputDevicePartDispatchEventHand)
 {
 }
 public InputDeviceHandPartEventBase(InputDevicePartDispatchEventHand inputDevicePartDispatchEventHand) : base(inputDevicePartDispatchEventHand)
 {
     this.inputDevicePartDispatchEventHand = inputDevicePartDispatchEventHand;
     inputDeviceHandPart = this.inputDevicePartDispatchEventHand.inputDeviceHandPart;
     handInfo            = this.inputDevicePartDispatchEventHand.inputDeviceHandPart.inputDataHand.handInfo;
 }