Pad info data structure (old format).
More...
#include <pad.h>
|
| 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
|
| |
Pad info data structure (old format).
Definition at line 66 of file pad.h.
◆ connected
how many pads connected
Definition at line 69 of file pad.h.
◆ info
bit 0 lets the system intercept pad? other bits are reserved
Definition at line 70 of file pad.h.
◆ 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: