Procházet zdrojové kódy

Add method to check if device orientation control is active (implements #524).

tags/2.4.0
Matthew Petroff před 6 roky
rodič
revize
14a7032a52
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. +10
    -0
      src/js/pannellum.js

+ 10
- 0
src/js/pannellum.js Zobrazit soubor

@@ -2818,6 +2818,16 @@ this.startOrientation = function() {
}

/**
* Check if device orientation control is currently activated.
* @memberof Viewer
* @instance
* @returns {boolean} True if active, else false
*/
this.isOrientationActive = function() {
return Boolean(orientation);
}

/**
* Subscribe listener to specified event.
* @memberof Viewer
* @instance


Načítá se…
Zrušit
Uložit