A class for pointer events.
This class is used as an abstraction for mouse events, touch events and even native pointer events.
The type of the event to create.
The event.
An optional dictionary of initial event properties.
Generated using TypeDoc
Classdesc
A class for pointer events.
This class is used as an abstraction for mouse events, touch events and even native pointer events.
Param: type
The type of the event to create.
Param: originalEvent
The event.
Param: opt_eventDict
An optional dictionary of initial event properties.