getIsFullscreen function

bool getIsFullscreen()

Implementation

bool getIsFullscreen() {
  return html.window.document.fullscreenElement != null;
}