C# Class SFML.Window.Joystick.Identification

Identification holds a joystick's identification
Afficher le fichier Open project: SFML/SFML.Net

Méthodes publiques

Свойство Type Description
Name string
ProductId uint
VendorId uint

Property Details

Name public_oe property

Name of the joystick
public string Name
Résultat string

ProductId public_oe property

Product identifier
public uint ProductId
Résultat uint

VendorId public_oe property

Manufacturer identifier
public uint VendorId
Résultat uint