C# 클래스 hyades.GamePadDevice

상속: InputDevice
파일 보기 프로젝트 열기: zfedoran/bubblebound

공개 프로퍼티들

프로퍼티 타입 설명
playerIndex PlayerIndex

공개 메소드들

메소드 설명
GamePadDevice ( PlayerIndex playerIndex ) : System
IsDown ( Buttons button ) : bool
IsPressed ( Buttons button ) : bool
IsUp ( Buttons button ) : bool
Update ( ) : void

메소드 상세

GamePadDevice() 공개 메소드

public GamePadDevice ( PlayerIndex playerIndex ) : System
playerIndex PlayerIndex
리턴 System

IsDown() 공개 메소드

public IsDown ( Buttons button ) : bool
button Buttons
리턴 bool

IsPressed() 공개 메소드

public IsPressed ( Buttons button ) : bool
button Buttons
리턴 bool

IsUp() 공개 메소드

public IsUp ( Buttons button ) : bool
button Buttons
리턴 bool

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

playerIndex 공개적으로 프로퍼티

public PlayerIndex playerIndex
리턴 PlayerIndex