C# 클래스 YeloDebug.InputState

Xbox gamepad input state.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AnalogButtons byte[]
Buttons Buttons
ThumbLX short
ThumbLY short
ThumbRX short
ThumbRY short

공개 메소드들

메소드 설명
AssignState ( InputState state ) : void

메소드 상세

AssignState() 공개 메소드

public AssignState ( InputState state ) : void
state InputState
리턴 void

프로퍼티 상세

AnalogButtons 공개적으로 프로퍼티

public byte[] AnalogButtons
리턴 byte[]

Buttons 공개적으로 프로퍼티

public Buttons Buttons
리턴 Buttons

ThumbLX 공개적으로 프로퍼티

public short ThumbLX
리턴 short

ThumbLY 공개적으로 프로퍼티

public short ThumbLY
리턴 short

ThumbRX 공개적으로 프로퍼티

public short ThumbRX
리턴 short

ThumbRY 공개적으로 프로퍼티

public short ThumbRY
리턴 short