Ejemplo n.º 1
0
            public CarouselRoot(BeatmapCarousel carousel)
            {
                // root should always remain selected. if not, PerformSelection will not be called.
                State.Value         = CarouselItemState.Selected;
                State.ValueChanged += state => State.Value = CarouselItemState.Selected;

                this.carousel = carousel;
            }
Ejemplo n.º 2
0
 public CarouselRoot(BeatmapCarousel carousel)
 {
     this.carousel = carousel;
 }