Skip to content

Commit d5ef843

Browse files
committed
Website updates
1 parent 6bbc7a4 commit d5ef843

13 files changed

Lines changed: 85 additions & 19 deletions

dist/en/main/apidoc/module-ol_interaction_MouseWheelZoom-MouseWheelZoom.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h4 class="name">
157157

158158
<div class="tag-source">
159159
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/MouseWheelZoom.js">interaction/MouseWheelZoom.js</a>,
160-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/MouseWheelZoom.js#L49">line 49</a>
160+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/MouseWheelZoom.js#L55">line 55</a>
161161
</div>
162162

163163
</div>
@@ -2028,7 +2028,7 @@ <h4 class="name">
20282028

20292029
<div class="tag-source">
20302030
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/MouseWheelZoom.js">interaction/MouseWheelZoom.js</a>,
2031-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/MouseWheelZoom.js#L312">line 312</a>
2031+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/MouseWheelZoom.js#L366">line 366</a>
20322032
</div>
20332033

20342034
</div>

dist/en/main/examples/common.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/offscreen-canvas.worker.worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/offscreen-canvas.worker.worker.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/tiled-layer-rendering-in-offscreen-canvas.worker.worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/tiled-layer-rendering-in-offscreen-canvas.worker.worker.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/interaction/MouseWheelZoom.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,18 @@ declare class MouseWheelZoom extends Interaction {
126126
* @type {number}
127127
*/
128128
private deltaPerZoom_;
129+
/**
130+
* Tracks whether the Ctrl key is physically held down (as opposed to the
131+
* browser synthesizing ctrlKey=true for pinch-to-zoom trackpad gestures).
132+
* @private
133+
* @type {boolean}
134+
*/
135+
private ctrlKeyPressed_;
136+
/**
137+
* @private
138+
* @type {Array<import('../events.js').EventsKey>}
139+
*/
140+
private ctrlKeyListenerKeys_;
129141
/**
130142
* @private
131143
*/

0 commit comments

Comments
 (0)