Articles tagged: WheelEvent
Found 6 documents
- Web/API/WheelEvent The WheelEvent interface represents events that occur due to the user moving a mouse wheel or ...
- Web/API/WheelEvent/deltaMode The WheelEvent.deltaMode read-only property returns an unsigned long representing the unit of ...
- Web/API/WheelEvent/deltaX The WheelEvent.deltaX read-only property is a double representing the horizontal scroll amount ...
- Web/API/WheelEvent/deltaY The WheelEvent.deltaY read-only property is a double representing the vertical scroll amount in ...
- Web/API/WheelEvent/deltaZ The WheelEvent.deltaZ read-only property is a double representing the scroll amount along the ...
- Web/API/WheelEvent/WheelEvent The WheelEvent() constructor returns a newly created FocusEvent object.