Skip to content

Commit

Permalink
Merge pull request #2277 from probins/pm
Browse files Browse the repository at this point in the history
Document that panning triggers pointermove on touch
  • Loading branch information
Éric Lemoine committed Jun 30, 2014
2 parents 64fcb1a + b459673 commit c6083f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ol/mapbrowserevent.js
Expand Up @@ -494,7 +494,8 @@ ol.MapBrowserEvent.EventType = {

// original pointer event types
/**
* Triggered when a pointer is moved.
* Triggered when a pointer is moved. Note that on touch devices this is
* triggered when the map is panned, so is not the same as mousemove.
* @event ol.MapBrowserEvent#pointermove
* @todo api
*/
Expand Down

0 comments on commit c6083f0

Please sign in to comment.