C# Class SFML.Window.Joystick.Identification

Identification holds a joystick's identification
Exibir arquivo Open project: SFML/SFML.Net

Public Properties

Property Type Description
Name string
ProductId uint
VendorId uint

Property Details

Name public_oe property

Name of the joystick
public string Name
return string

ProductId public_oe property

Product identifier
public uint ProductId
return uint

VendorId public_oe property

Manufacturer identifier
public uint VendorId
return uint