API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfacePlatformWheelEvent
@codexo/exojs / core / stable
A scroll gesture. `deltaMode` selects the unit the deltas are expressed in.
3
props
2
methods
0
events
Import
import { PlatformWheelEvent } from '@codexo/exojs'A scroll gesture. `deltaMode` selects the unit the deltas are expressed in.
Methods2
preventDefault(): voidstopImmediatePropagation(): voidProperties3
deltaMode: numberdeltaX: numberdeltaY: numberSource