Results 1 - 6 of 6

WheelEvent

The WheelEvent interface represents events that occur due to the user moving a mouse wheel or similar input device.
API DOM Interface Reference Référence WheelEvent

WheelEvent()

The WheelEvent() constructor returns a newly created FocusEvent object.
Constructor DOM Interface Reference Référence WheelEvent

WheelEvent.deltaMode

The WheelEvent.deltaMode read-only property returns an unsigned long representing the unit of the delta values scroll amount. Permitted values are:
API DOM Property Read-only Reference Référence WheelEvent

WheelEvent.deltaX

The WheelEvent.deltaX read-only property is a double representing the horizontal scroll amount in the WheelEvent.deltaMode unit.
API DOM Property Read-only Reference Référence WheelEvent

WheelEvent.deltaY

The WheelEvent.deltaY read-only property is a double representing the vertical scroll amount in the WheelEvent.deltaMode unit.
API DOM Property Read-only Reference Référence WheelEvent

WheelEvent.deltaZ

The WheelEvent.deltaZ read-only property is a double representing the scroll amount along the z-axis, in the WheelEvent.deltaMode unit.
DOM Interface Property Read-only Reference Référence WheelEvent