MouseEvent constructor
MouseEvent(
- String type,
- MouseEventInit mouseEventInit
Implementation
MouseEvent(String type, MouseEventInit mouseEventInit)
: _mouseEventInit = mouseEventInit, super(type, mouseEventInit);