Carousel.draw

Draw a carousel with a given current index and return the new index

struct Carousel
@nogc nothrow
int
draw
const
(
ref scope Window window
,
in int current
)

Meta