CCT.NUI.MouseControl.MainWindow.CreateController C# (CSharp) Method

CreateController() private method

private CreateController ( ) : void
return void
        private void CreateController()
        {
            this.handDataSource = new HandDataSource(this.factory.CreateShapeDataSource(this.factory.CreateClusterDataSource(new Core.Clustering.ClusterDataSourceSettings { MaximumDepthThreshold = 900 }), new Core.Shape.ShapeDataSourceSettings()));
            this.mouseController = new MouseController(this.handDataSource, this.buttonToggle.IsChecked.Value);
            this.handDataSource.Start();
        }