Merge pull request #2277 from probins/pm
Document that panning triggers pointermove on touch
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user