Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which property reports rotation around three different mouse wheel axes?

  2. A.

     ctrlKey

    B.

     alterX

    C.

     alterY

    D.

     deltaX

    View Answer

    Workspace

    Answer : Option D

    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.


Be The First To Comment