Éric Lemoine
|
b939ca24d7
|
Use a more explicit variable name
|
2014-03-14 10:16:27 +01:00 |
|
ahocevar
|
05dd760287
|
Rename ol.interaction.PointerInteraction
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
56dcdd02ec
|
base dragrotateandzoominteraction on pointer interaction
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
12b0fee790
|
pointer interaction might also receive events that are not pointer events
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
411b7257cf
|
refactoring pointer interactions
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
fca9c50a3f
|
PointerInteraction uses MapBrowserPointerEvent not MapBrowserEvent
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
692a68644f
|
introduce type POINTERDRAG to make a distinction between pointer move and drag
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
d772c95ccf
|
makes PointerEvent a plain closure class, instead of trying to mimic a mouse event, which was required for the polyfill
|
2014-03-14 10:16:25 +01:00 |
|
tsauerwein
|
a31cc3f18c
|
only track events when "pointerdown" event was received, because on native android browser wrong move events are sent with no "pointerdown" event
|
2014-03-14 10:16:25 +01:00 |
|
tsauerwein
|
1c75ecc260
|
former touch interactions now use pointer events
|
2014-03-14 10:16:25 +01:00 |
|