C# 클래스 Asteroids.Classes.ControlHandler

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

공개 메소드들

메소드 설명
ControlHandler ( ) : System
GetInput ( ) : List
GetKeyBindings ( ) : ].string[
GetNumberOfWiimotes ( ) : int
GetWiimote ( int wiimoteNumber ) : WiimoteLib.Wiimote
SetWiimoteLeds ( int wmIndex, int lives ) : void

메소드 상세

ControlHandler() 공개 메소드

public ControlHandler ( ) : System
리턴 System

GetInput() 공개 메소드

public GetInput ( ) : List
리턴 List

GetKeyBindings() 공개 메소드

public GetKeyBindings ( ) : ].string[
리턴 ].string[

GetNumberOfWiimotes() 공개 메소드

public GetNumberOfWiimotes ( ) : int
리턴 int

GetWiimote() 공개 메소드

public GetWiimote ( int wiimoteNumber ) : WiimoteLib.Wiimote
wiimoteNumber int
리턴 WiimoteLib.Wiimote

SetWiimoteLeds() 공개 메소드

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