WheelEvent
open external class WheelEvent(type: String, eventInitDict: WheelEventInit = definedExternally) : MouseEvent(source)
Exposes the JavaScript WheelEvent to Kotlin
Exposes the JavaScript WheelEvent to Kotlin
Thanks for your feedback!