CrazyTim/spin-wheel

Wheel onPointerDown (onClick) event

Opened this issue · 0 comments

I want an event to be triggered when the user clicks/taps within the bounds of the wheel, regardless of Wheel.isInteractive.

  • Report the index of the item the user clicked/tapped
  • Hit test only within wheel bounds
  • Consider a new setting to set css "cursor=pointer" when the cursor is hovering over the wheel bounds.