Include dependency graph for ppb_fullscreen.h:
Data Structures
struct | PPB_Fullscreen |
The PPB_Fullscreen interface is implemented by the browser. More... |
Defines
#define | PPB_FULLSCREEN_INTERFACE "PPB_Fullscreen;1.0" |
#define | PPB_FULLSCREEN_INTERFACE PPB_FULLSCREEN_INTERFACE |
Typedefs
typedef struct PPB_Fullscreen | PPB_Fullscreen |
Detailed Description
This file defines the PPB_Fullscreen
interface for handling transitions of a module instance to and from fullscreen mode.
Define Documentation
#define PPB_FULLSCREEN_INTERFACE "PPB_Fullscreen;1.0" |