All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.events.Key.js Maven / Gradle / Ivy

The newest version!
/**
 * @module ol/events/Key
 */

/**
 * @enum {string}
 * @const
 */
export default {
  LEFT: 'ArrowLeft',
  UP: 'ArrowUp',
  RIGHT: 'ArrowRight',
  DOWN: 'ArrowDown',
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy