C# 클래스 SNESController, Malisse

상속: BaseController
파일 보기 프로젝트 열기: Collegiennes/Malisse 1 사용 예제들

공개 메소드들

메소드 설명
GetButton ( SNESController, buttonId ) : bool
GetButtonDown ( SNESController, buttonId ) : bool
GetButtonName ( BaseController, buttonId ) : string
GetButtonUp ( SNESController, buttonId ) : bool
GetDPad ( ) : Vector2
SetKeyMapping ( ) : void

비공개 메소드들

메소드 설명
AddJoystickButtonMap ( SNESController, buttonId, int inputKey ) : void

메소드 상세

GetButton() 공개 메소드

public GetButton ( SNESController, buttonId ) : bool
buttonId SNESController,
리턴 bool

GetButtonDown() 공개 메소드

public GetButtonDown ( SNESController, buttonId ) : bool
buttonId SNESController,
리턴 bool

GetButtonName() 공개 메소드

public GetButtonName ( BaseController, buttonId ) : string
buttonId BaseController,
리턴 string

GetButtonUp() 공개 메소드

public GetButtonUp ( SNESController, buttonId ) : bool
buttonId SNESController,
리턴 bool

GetDPad() 공개 메소드

public GetDPad ( ) : Vector2
리턴 Vector2

SetKeyMapping() 공개 메소드

public SetKeyMapping ( ) : void
리턴 void