Molybden API
Loading...
Searching...
No Matches
molybden::FullScreenEvents Class Reference

A class that contains all fullscreen events. More...

#include <full_screen_events.hpp>

Inheritance diagram for molybden::FullScreenEvents:
molybden::FullScreen

Public Attributes

Event< FullScreenEnteredonFullScreenEntered
 Invoked when the browser instance entered the fullscreen mode.
 
Event< FullScreenExitedonFullScreenExited
 Invoked when the browser instance exited the fullscreen mode.
 

Detailed Description

A class that contains all fullscreen events.

Member Data Documentation

◆ onFullScreenEntered

Event<FullScreenEntered> molybden::FullScreenEvents::onFullScreenEntered

Invoked when the browser instance entered the fullscreen mode.

Use the following approach to subscribe to receiving the event:

full_screen->onFullScreenEntered += [](const FullScreenEntered& event) {};
The FullScreenEvents::onFullScreenEntered event arguments.
Definition full_screen_events.hpp:20

◆ onFullScreenExited

Event<FullScreenExited> molybden::FullScreenEvents::onFullScreenExited

Invoked when the browser instance exited the fullscreen mode.

Use the following approach to subscribe to receiving the event:

full_screen->onFullScreenExited += [](const FullScreenExited& event) {};
The FullScreenEvents::onFullScreenExited event arguments.
Definition full_screen_events.hpp:30

The documentation for this class was generated from the following file: