C# 클래스 SFML.Window.Joystick.Identification

Identification holds a joystick's identification
파일 보기 프로젝트 열기: SFML/SFML.Net

공개 프로퍼티들

프로퍼티 타입 설명
Name string
ProductId uint
VendorId uint

프로퍼티 상세

Name 공개적으로 프로퍼티

Name of the joystick
public string Name
리턴 string

ProductId 공개적으로 프로퍼티

Product identifier
public uint ProductId
리턴 uint

VendorId 공개적으로 프로퍼티

Manufacturer identifier
public uint VendorId
리턴 uint