Pepper_31_C_interfaces
|
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_stdint.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 |
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.
#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.