C# 클래스 KBMENUTESTFULLCAPS.WiimoteHandler

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

공개 프로퍼티들

프로퍼티 타입 설명
connectedWMS bool[]
wmList List

공개 메소드들

메소드 설명
CheckConnection ( ) : bool
GetButtonsPressed ( ) : List
GetRawInput ( ) : List
SetLeds ( int wmIndex, int lives ) : void
WiimoteHandler ( ) : System
getKeyBind ( int index ) : string

비공개 메소드들

메소드 설명
ConnectWiimote ( ) : void
GetWMControls ( ) : void

메소드 상세

CheckConnection() 공개 메소드

public CheckConnection ( ) : bool
리턴 bool

GetButtonsPressed() 공개 메소드

public GetButtonsPressed ( ) : List
리턴 List

GetRawInput() 공개 메소드

public GetRawInput ( ) : List
리턴 List

SetLeds() 공개 메소드

public SetLeds ( int wmIndex, int lives ) : void
wmIndex int
lives int
리턴 void

WiimoteHandler() 공개 메소드

public WiimoteHandler ( ) : System
리턴 System

getKeyBind() 공개 메소드

public getKeyBind ( int index ) : string
index int
리턴 string

프로퍼티 상세

connectedWMS 공개적으로 프로퍼티

public bool[] connectedWMS
리턴 bool[]

wmList 공개적으로 프로퍼티

public List wmList
리턴 List