Pepper_31_C_interfaces
Public Attributes | List of all members
PP_GamepadsSampleData Struct Reference

#include <ppb_gamepad.h>

Collaboration diagram for PP_GamepadsSampleData:
Collaboration graph

Public Attributes

uint32_t length
 
char unused_pad_ [4]
 
struct PP_GamepadSampleData items [4]
 

Detailed Description

The data for all gamepads connected to the system.

Definition at line 74 of file ppb_gamepad.h.

Member Data Documentation

struct PP_GamepadSampleData PP_GamepadsSampleData::items[4]

Data for an individual gamepad device connected to the system.

Definition at line 84 of file ppb_gamepad.h.

uint32_t PP_GamepadsSampleData::length

Number of valid elements in the |items| array.

Definition at line 78 of file ppb_gamepad.h.

char PP_GamepadsSampleData::unused_pad_[4]

Definition at line 80 of file ppb_gamepad.h.


The documentation for this struct was generated from the following file: