slint icon indicating copy to clipboard operation
slint copied to clipboard

WheelEvents callback

Open ogoffart opened this issue 2 years ago • 0 comments

TouchArea should support wheel event.

Options:

  1. add a new callback wheel-event(Orientation, delta) (what type should the delta be?)

  2. add things in the current pointer-event. PointerEventKind.vertical-wheel / horizontal-wheel or should it be in PointerEventButton ? PointerEvent.wheel-delta ?

ogoffart avatar May 18 '22 08:05 ogoffart