2023-04-04 02:16 AM
HI,
I've implemented a scrollWheel that change selcted item every n ticks. For that, I call the animateToItem() method of the scrollWheel in the handleTickEvent() method of my screen.
But now, I can't scroll between items manually.
Does anyone know how to work with the tickEvent/animateToItem and the "normal" behavior off the scrollWheel ?
2023-04-28 03:24 AM