Ejemplo n.º 1
0
 public LeapListener()
 {
     this.LeapInfo   = new LeapFrame();
     this.controller = new Controller();
     this.listener   = new LeapEventListener(this);
     controller.AddListener(listener);
 }
Ejemplo n.º 2
0
 public void SendControlToRobot(LeapFrame leapFrame)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void SendControlToRobot(LeapFrame frame)
 {
     //frame.X s
 }
Ejemplo n.º 4
0
 public void SendControlToRobot(LeapFrame leapFrame)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public void SendControlToRobot(LeapFrame frame)
 {
     //frame.X s
 }