UNPKG

ol

Version:

OpenLayers mapping library

14 lines 182 B
/** * @module ol/events/KeyCode */ /** * @enum {number} * @const */ export default { LEFT: 37, UP: 38, RIGHT: 39, DOWN: 40 }; //# sourceMappingURL=KeyCode.js.map