Stores a joystick's identification. More...
#include <Joystick.h>
Public Member Functions | |
Identification () | |
Default constructor. More... | |
Public Attributes | |
std::string | name |
Name of the joystick. More... | |
unsigned int | vendorId |
Manufacturer identifier. More... | |
unsigned int | productId |
Product identifier. More... | |
Stores a joystick's identification.
Definition at line 81 of file Joystick.h.
ime::input::Joystick::Identification::Identification | ( | ) |
Default constructor.
By default: name = "No Joystick" vendorId = 0 productId = 0
std::string ime::input::Joystick::Identification::name |
Name of the joystick.
Definition at line 92 of file Joystick.h.
unsigned int ime::input::Joystick::Identification::productId |
Product identifier.
Definition at line 94 of file Joystick.h.
unsigned int ime::input::Joystick::Identification::vendorId |
Manufacturer identifier.
Definition at line 93 of file Joystick.h.