|
Molybden
|
A class that contains all fullscreen events. More...
#include <full_screen_events.hpp>
Public Attributes | |
| Event< FullScreenEntered > | onFullScreenEntered |
| Invoked when the browser instance entered the fullscreen mode. | |
| Event< FullScreenExited > | onFullScreenExited |
| Invoked when the browser instance exited the fullscreen mode. | |
A class that contains all fullscreen events.
| Event<FullScreenEntered> molybden::FullScreenEvents::onFullScreenEntered |
Invoked when the browser instance entered the fullscreen mode.
Use the following approach to subscribe to receiving the event:
| Event<FullScreenExited> molybden::FullScreenEvents::onFullScreenExited |
Invoked when the browser instance exited the fullscreen mode.
Use the following approach to subscribe to receiving the event: