5#ifndef MOLYBDEN_FULL_SCREEN_HPP
6#define MOLYBDEN_FULL_SCREEN_HPP
8#include "molybden/full_screen/full_screen_events.hpp"
23 virtual std::shared_ptr<Browser>
browser() = 0;
A class that contains all fullscreen events.
Definition full_screen_events.hpp:40
The fullscreen controller of the fullscreen mode for HTML elements on the web page.
Definition full_screen.hpp:18
virtual void exit()=0
Tells the browser to exit the fullscreen mode.
virtual std::shared_ptr< Browser > browser()=0
Returns the browser instance of this fullscreen controller.