UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

18 lines (15 loc) 365 B
goog.provide('ol.pointer.EventType'); /** * Constants for event names. * @enum {string} */ ol.pointer.EventType = { POINTERMOVE: 'pointermove', POINTERDOWN: 'pointerdown', POINTERUP: 'pointerup', POINTEROVER: 'pointerover', POINTEROUT: 'pointerout', POINTERENTER: 'pointerenter', POINTERLEAVE: 'pointerleave', POINTERCANCEL: 'pointercancel' };