lets-plot-compose/src/androidMain/kotlin/org/jetbrains/letsPlot/compose/PlotPanelComposeCanvas.kt [326:334]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PointerEventType.Scroll -> { val scrollDelta = change.scrollDelta val wheelMouseEvent = MouseWheelEvent( x = vector.x, y = vector.y, button = Button.NONE, modifiers = KeyModifiers.emptyModifiers(), scrollAmount = scrollDelta.y.toDouble() ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lets-plot-compose/src/desktopMain/kotlin/org/jetbrains/letsPlot/compose/desktop/SvgView.kt [126:134]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PointerEventType.Scroll -> { val scrollDelta = change.scrollDelta val wheelMouseEvent = MouseWheelEvent( x = vector.x, y = vector.y, button = Button.NONE, modifiers = KeyModifiers.emptyModifiers(), scrollAmount = scrollDelta.y.toDouble() ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -