πŸ“Š Machine Learning
Q. Which property reports rotation around three different mouse wheel axes?
  • (A) ctrlKey
  • (B) alterX
  • (C) alterY
  • (D) deltaX
πŸ’¬ Discuss
βœ… 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.

Explanation by: Mr. Dubey
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
116
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate