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