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

Go to the source code of this file.

Classes

struct  PP_GamepadSampleData
 
struct  PP_GamepadsSampleData
 
struct  PPB_Gamepad_1_0
 

Macros

#define PPB_GAMEPAD_INTERFACE_1_0   "PPB_Gamepad;1.0"
 
#define PPB_GAMEPAD_INTERFACE   PPB_GAMEPAD_INTERFACE_1_0
 

Typedefs

typedef struct PPB_Gamepad_1_0 PPB_Gamepad
 

Functions

 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_GamepadSampleData, 472)
 
 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_GamepadsSampleData, 1896)
 

Detailed Description

This file defines the PPB_Gamepad interface, which provides access to gamepad devices.

Definition in file ppb_gamepad.h.

Macro Definition Documentation

#define PPB_GAMEPAD_INTERFACE   PPB_GAMEPAD_INTERFACE_1_0

Definition at line 17 of file ppb_gamepad.h.

#define PPB_GAMEPAD_INTERFACE_1_0   "PPB_Gamepad;1.0"

Definition at line 16 of file ppb_gamepad.h.