Q. Which property reports rotation around three different mouse wheel axes?
β
Correct Answer: (D)
deltaX
Explanation: A handler for a wheel event receives an event object with all the usual mouse event properties, and also deltaX, deltaY, and deltaZ properties that report rotation around three different mouse wheel axes.