Loading...
Searching...
No Matches
sf::Joystick::Identification Struct Reference
Structure holding a joystick's identification. More...
#include <SFML/Window/Joystick.hpp>
Public Member Functions | |
| Identification () | |
Public Attributes | |
| String | name |
| Name of the joystick. | |
| unsigned int | vendorId |
| Manufacturer identifier. | |
| unsigned int | productId |
| Product identifier. | |
Detailed Description
Structure holding a joystick's identification.
Definition at line 76 of file Joystick.hpp.
Constructor & Destructor Documentation
◆ Identification()
| sf::Joystick::Identification::Identification | ( | ) |
Member Data Documentation
◆ name
| String sf::Joystick::Identification::name |
Name of the joystick.
Definition at line 80 of file Joystick.hpp.
◆ productId
| unsigned int sf::Joystick::Identification::productId |
Product identifier.
Definition at line 82 of file Joystick.hpp.
◆ vendorId
| unsigned int sf::Joystick::Identification::vendorId |
Manufacturer identifier.
Definition at line 81 of file Joystick.hpp.
The documentation for this struct was generated from the following file: