Public Attributes | List of all members
cpp3ds::Joystick::Identification Struct Reference

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...
 

Detailed Description

Structure holding a joystick's identification.

Definition at line 43 of file Joystick.hpp.

Member Data Documentation

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.


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