C# 클래스 SimShift.Controllers.JoystickInput

파일 보기 프로젝트 열기: nlhans/SimShift

공개 프로퍼티들

프로퍼티 타입 설명
Press JoystickButtonEvent
Release JoystickButtonEvent
State JoystickButtonPress

공개 메소드들

메소드 설명
GetAxis ( int id ) : double
GetButton ( int id ) : bool
GetPov ( int i ) : bool
JoystickInput ( JoystickInputDevice dev ) : System

비공개 메소드들

메소드 설명
JoystickUpdateTick ( object sender, EventArgs e ) : void

메소드 상세

GetAxis() 공개 메소드

public GetAxis ( int id ) : double
id int
리턴 double

GetButton() 공개 메소드

public GetButton ( int id ) : bool
id int
리턴 bool

GetPov() 공개 메소드

public GetPov ( int i ) : bool
i int
리턴 bool

JoystickInput() 공개 메소드

public JoystickInput ( JoystickInputDevice dev ) : System
dev JoystickInputDevice
리턴 System

프로퍼티 상세

Press 공개적으로 프로퍼티

public JoystickButtonEvent Press
리턴 JoystickButtonEvent

Release 공개적으로 프로퍼티

public JoystickButtonEvent Release
리턴 JoystickButtonEvent

State 공개적으로 프로퍼티

public JoystickButtonPress State
리턴 JoystickButtonPress