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