{{+bindTo:partials.standard_nacl_article}}

ppb_gamepad.h File Reference

Include dependency graph for ppb_gamepad.h:

Data Structures

struct  PP_GamepadSampleData
 The data for one gamepad device. More...
struct  PP_GamepadsSampleData
 The data for all gamepads connected to the system. More...
struct  PPB_Gamepad
 The PPB_Gamepad interface allows retrieving data from gamepad/joystick devices that are connected to the system. More...

Defines

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

Typedefs

typedef struct PPB_Gamepad PPB_Gamepad

Variables

 PP_GamepadSampleData
 PP_GamepadsSampleData

Detailed Description

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


Define Documentation

#define PPB_GAMEPAD_INTERFACE   "PPB_Gamepad;1.0"
{{/partials.standard_nacl_article}}