Public Member Functions | Public Attributes | List of all members
ime::input::Joystick::Identification Struct Reference

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

Detailed Description

Stores a joystick's identification.

Definition at line 81 of file Joystick.h.

Constructor & Destructor Documentation

◆ Identification()

ime::input::Joystick::Identification::Identification ( )

Default constructor.

By default: name = "No Joystick" vendorId = 0 productId = 0

Member Data Documentation

◆ name

std::string ime::input::Joystick::Identification::name

Name of the joystick.

Definition at line 92 of file Joystick.h.

◆ productId

unsigned int ime::input::Joystick::Identification::productId

Product identifier.

Definition at line 94 of file Joystick.h.

◆ vendorId

unsigned int ime::input::Joystick::Identification::vendorId

Manufacturer identifier.

Definition at line 93 of file Joystick.h.


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