- cpp3ds
- Joystick
- Identification
Structure holding a joystick's identification. More...
#include <Joystick.hpp>
Public Attributes | |
cpp3ds::String | name |
Name of the joystick. More... | |
unsigned int | vendorId |
Manufacturer identifier. More... | |
unsigned int | productId |
Product identifier. More... | |
Structure holding a joystick's identification.
Definition at line 43 of file Joystick.hpp.
cpp3ds::String cpp3ds::Joystick::Identification::name |
Name of the joystick.
Definition at line 46 of file Joystick.hpp.
unsigned int cpp3ds::Joystick::Identification::productId |
Product identifier.
Definition at line 48 of file Joystick.hpp.
unsigned int cpp3ds::Joystick::Identification::vendorId |
Manufacturer identifier.
Definition at line 47 of file Joystick.hpp.