El Octavio
1.0
This is a video game about adventures.
|
Structure holding a joystick's identification. More...
#include <Joystick.hpp>
Public Member Functions | |
Identification () | |
Public Attributes | |
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 76 of file Joystick.hpp.
sf::Joystick::Identification::Identification | ( | ) |
String sf::Joystick::Identification::name |
Name of the joystick.
Definition at line 80 of file Joystick.hpp.
unsigned int sf::Joystick::Identification::productId |
Product identifier.
Definition at line 82 of file Joystick.hpp.
unsigned int sf::Joystick::Identification::vendorId |
Manufacturer identifier.
Definition at line 81 of file Joystick.hpp.