UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

1 lines 283 B
import{EventRegistry as e}from"../EventRegistry.js";export class DeviceEvents extends e{_prefix="device";get orientationChanged(){return this._get("orientation-changed")}get keyboardShown(){return this._get("keyboard-shown")}get keyboardHidden(){return this._get("keyboard-hidden")}}