psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
_pad_info Struct Reference

Pad info data structure (old format). More...

#include <pad.h>

Data Fields

u32 max
 max pads allowed to connect
 
u32 connected
 how many pads connected
 
u32 info
 bit 0 lets the system intercept pad? other bits are reserved
 
u16 vendor_id [(127)]
 array of vendor ids
 
u16 product_id [(127)]
 array of product ids
 
u8 status [(127)]
 array of pad statuses
 

Detailed Description

Pad info data structure (old format).

Definition at line 66 of file pad.h.

Field Documentation

◆ connected

u32 _pad_info::connected

how many pads connected

Definition at line 69 of file pad.h.

◆ info

u32 _pad_info::info

bit 0 lets the system intercept pad? other bits are reserved

Definition at line 70 of file pad.h.

◆ max

u32 _pad_info::max

max pads allowed to connect

Definition at line 68 of file pad.h.

◆ product_id

u16 _pad_info::product_id[(127)]

array of product ids

Definition at line 72 of file pad.h.

◆ status

u8 _pad_info::status[(127)]

array of pad statuses

Definition at line 73 of file pad.h.

◆ vendor_id

u16 _pad_info::vendor_id[(127)]

array of vendor ids

Definition at line 71 of file pad.h.


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