コード例 #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
ファイル: PlatformController.cs プロジェクト: tobmek/Lipmon
 public void SendControlToRobot(LeapFrame frame)
 {
     //frame.X s
 }
コード例 #4
0
 public void SendControlToRobot(LeapFrame leapFrame)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
ファイル: PlatformController.cs プロジェクト: tbarczyk/Lipmon
 public void SendControlToRobot(LeapFrame frame)
 {
     //frame.X s
 }