API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

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(): void
stopImmediatePropagation(): void
Properties3
deltaMode: number
deltaX: number
deltaY: number
Source