class js.html.MouseEvent extends UIEvent
Available on js
Sub classes | ||||
![]() | WheelEvent |
|
The DOM MouseEvent
represents events that occur due to the user interacting with a pointing device (such as a mouse). It's represented by the nsINSDOMMouseEvent
interface, which extends the nsIDOMMouseEvent
interface.
Documentation for this class was provided by MDN.