SFML
Simple and Fast Multimedia Library
Loading...
Searching...
No Matches
sf::Joystick::Identification Struct Reference

Structure holding a joystick's identification. More...

#include <Joystick.hpp>

Public Attributes

String name {"No Joystick"}
 Name of the joystick.
unsigned int vendorId {}
 Manufacturer identifier.
unsigned int productId {}
 Product identifier.

Detailed Description

Structure holding a joystick's identification.

Member Data Documentation

◆ name

String sf::Joystick::Identification::name {"No Joystick"}

Name of the joystick.

◆ productId

unsigned int sf::Joystick::Identification::productId {}

Product identifier.

◆ vendorId

unsigned int sf::Joystick::Identification::vendorId {}

Manufacturer identifier.


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