Pepper_47_C_interfaces
Classes | Macros | Typedefs
ppp_mouse_lock.h File Reference
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_stdint.h"
Include dependency graph for ppp_mouse_lock.h:

Go to the source code of this file.

Classes

struct  PPP_MouseLock_1_0
 

Macros

#define PPP_MOUSELOCK_INTERFACE_1_0   "PPP_MouseLock;1.0"
 
#define PPP_MOUSELOCK_INTERFACE   PPP_MOUSELOCK_INTERFACE_1_0
 

Typedefs

typedef struct PPP_MouseLock_1_0 PPP_MouseLock
 

Detailed Description

This file defines the PPP_MouseLock interface containing a function that you must implement to receive mouse lock events from the browser.

Definition in file ppp_mouse_lock.h.

Macro Definition Documentation

#define PPP_MOUSELOCK_INTERFACE   PPP_MOUSELOCK_INTERFACE_1_0

Definition at line 16 of file ppp_mouse_lock.h.

#define PPP_MOUSELOCK_INTERFACE_1_0   "PPP_MouseLock;1.0"

Definition at line 15 of file ppp_mouse_lock.h.