documentation/test/fixture/event.input.js

9 lines
185 B
JavaScript

/**
* Mouse event
*
* @event Map#mousemove
* @type {Object}
* @property {Point} point the pixel location of the event
* @property {Event} originalEvent the original DOM event
*/