WheelEventCallback

typealias WheelEventCallback = (delta: Double) -> Unit(source)

Parameters

delta

The amount that the mouse wheel moved

See also