Ejemplo n.º 1
0
        public InputDataGetBT3Dof(InputDeviceBT3DofPart inputDeviceBT3DofPart) : base(inputDeviceBT3DofPart)
        {
            this.inputDeviceBT3DofPart = inputDeviceBT3DofPart;

            dataGetOneList.Add(inputDataGetGCPosture = inputDataGetBT3DofPosture = new InputDataGetBT3DofPosture(this));
            dataGetOneList.Add(inputDataGetGCKey     = inputDataGetBT3DofKey = new InputDataGetBT3DofKey(this));
            dataGetOneList.Add(inputDataGetGCTouch   = inputDataGetBT3DofTouch = new InputDataGetBT3DofTouch(this));
            dataGetOneList.Add(inputDataGetGCIMU     = inputDataGetBT3DofIMU = new InputDataGetBT3DofIMU(this));
        }
Ejemplo n.º 2
0
 public BT3DofKeyListener(InputDataGetBT3DofKey inputDataGetBT3DofKey) : base("com.invision.handshank.callback.HandShankKeyEventCallback")
 {
     this.inputDataGetBT3DofKey = inputDataGetBT3DofKey;
 }