Remove old event types
Pointer events for the win.
This commit is contained in:
@@ -405,18 +405,5 @@ ol.MapBrowserEvent.EventType = {
|
|||||||
POINTEROUT: 'pointerout',
|
POINTEROUT: 'pointerout',
|
||||||
POINTERENTER: 'pointerenter',
|
POINTERENTER: 'pointerenter',
|
||||||
POINTERLEAVE: 'pointerleave',
|
POINTERLEAVE: 'pointerleave',
|
||||||
POINTERCANCEL: 'pointercancel',
|
POINTERCANCEL: 'pointercancel'
|
||||||
|
|
||||||
// TODO old types that should be removed once
|
|
||||||
// the interactions are adapted
|
|
||||||
CLICK: goog.events.EventType.CLICK,
|
|
||||||
DRAGSTART: 'dragstart',
|
|
||||||
DRAG: 'drag',
|
|
||||||
DRAGEND: 'dragend',
|
|
||||||
DOWN: 'down',
|
|
||||||
MOUSEMOVE: goog.events.EventType.MOUSEMOVE,
|
|
||||||
|
|
||||||
TOUCHSTART: goog.events.EventType.TOUCHSTART,
|
|
||||||
TOUCHMOVE: goog.events.EventType.TOUCHMOVE,
|
|
||||||
TOUCHEND: goog.events.EventType.TOUCHEND
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user