C# 클래스 JoystickAxis, KerbTrack

파일 보기 프로젝트 열기: pizzaoverhead/KerbTrack 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Absolute bool
AxisId int
Inverted bool
JoystickId int

공개 메소드들

메소드 설명
JoystickAxis ( int joystickId, int axisId, bool inverted, bool absolute ) : System

메소드 상세

JoystickAxis() 공개 메소드

public JoystickAxis ( int joystickId, int axisId, bool inverted, bool absolute ) : System
joystickId int
axisId int
inverted bool
absolute bool
리턴 System

프로퍼티 상세

Absolute 공개적으로 프로퍼티

public bool Absolute
리턴 bool

AxisId 공개적으로 프로퍼티

public int AxisId
리턴 int

Inverted 공개적으로 프로퍼티

public bool Inverted
리턴 bool

JoystickId 공개적으로 프로퍼티

public int JoystickId
리턴 int