LeapMotionAPI.LeapMotionManager.LeapMotionManager C# (CSharp) Method

LeapMotionManager() public method

Start listening to the movements.
public LeapMotionManager ( ) : System
return System
        public LeapMotionManager()
        {
            controller = new Controller();
            listener = new DeviceListener();
            controller.AddListener(listener);
        }