use separate pointer event handler for document when dragging
This commit is contained in:
@@ -41,21 +41,3 @@ ol.pointer.EventSource.prototype.getMapping = goog.abstractMethod;
|
||||
ol.pointer.EventSource.prototype.getHandlerForEvent = function(eventType) {
|
||||
return this.getMapping()[eventType];
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Setup source listeners for the given pointer event type on the `document`
|
||||
* element. See also `PointerEventHandler.listenOnDocument()`.
|
||||
* @param {string} type Pointer event type.
|
||||
*/
|
||||
ol.pointer.EventSource.prototype.listenOnDocument = function(type) {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Remove source listeners for the given pointer event type from the `document`
|
||||
* element. See also `PointerEventHandler.unlistenOnDocument()`.
|
||||
* @param {string} type Pointer event type.
|
||||
*/
|
||||
ol.pointer.EventSource.prototype.unlistenOnDocument = function(type) {
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user