public LeapListener() { this.LeapInfo = new LeapFrame(); this.controller = new Controller(); this.listener = new LeapEventListener(this); controller.AddListener(listener); }
public void SendControlToRobot(LeapFrame leapFrame) { throw new NotImplementedException(); }
public void SendControlToRobot(LeapFrame frame) { //frame.X s }