Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The events that are directly tied to a specific input device are

  2. A.

     Device-independent input events

    B.

     Device-dependent input events

    C.

     User interface events

    D.

     State change events

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    These are events that are directly tied to a specific input device, such as the mouse or keyboard) They include legacy event types such as “mousedown”, “mousemove”, “mouseup”, “keydown”, “keypress”, and “keyup” and also new touch specific events like “touchmove” and “gesturechange”.


Be The First To Comment