From 340d4805af14c38d3035b30252f24ba4aa19961d Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Wed, 22 Apr 2015 14:20:18 +0200 Subject: [PATCH] Add basic docs for pointerinteraction --- src/ol/interaction/pointerinteraction.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ol/interaction/pointerinteraction.js b/src/ol/interaction/pointerinteraction.js index 1fb2961a23..059d1aa4d9 100644 --- a/src/ol/interaction/pointerinteraction.js +++ b/src/ol/interaction/pointerinteraction.js @@ -171,6 +171,9 @@ ol.interaction.Pointer.handleMoveEvent = goog.nullFunction; /** + * Handles the {@link ol.MapBrowserEvent map browser event} and may call into + * other functions, if event sequences like e.g. 'drag' or 'down-up' etc. are + * detected. * @param {ol.MapBrowserEvent} mapBrowserEvent Map browser event. * @return {boolean} `false` to stop event propagation. * @this {ol.interaction.Pointer}