You are here

MouseWheelZoom.php in Openlayers 7.3

Interaction: MouseWheelZoom.

File

src/Plugin/Interaction/MouseWheelZoom/MouseWheelZoom.php
View source
<?php

/**
 * @file
 * Interaction: MouseWheelZoom.
 */
namespace Drupal\openlayers\Plugin\Interaction\MouseWheelZoom;

use Drupal\openlayers\Types\Interaction;

/**
 * Class MouseWheelZoom.
 *
 * @OpenlayersPlugin(
 *  id = "MouseWheelZoom",
 *  description = "Allows the user to zoom the map by scrolling the mouse wheel."
 * )
 */
class MouseWheelZoom extends Interaction {

}

Classes

Namesort descending Description
MouseWheelZoom Class MouseWheelZoom.