C# 클래스 MilkShakeFramework.IO.Input.Devices.PadState

파일 보기 프로젝트 열기: lucas-jones/MilkShake-old

공개 메소드들

메소드 설명
PadState ( PlayerIndex index ) : System
Rumble ( float left, float right ) : void
UpdateEnd ( ) : void
UpdateStart ( ) : void
isButtonDown ( Buttons button ) : bool
isButtonPressed ( Buttons button ) : bool
isButtonReleased ( Buttons button ) : bool
isButtonUp ( Buttons button ) : bool

메소드 상세

PadState() 공개 메소드

public PadState ( PlayerIndex index ) : System
index PlayerIndex
리턴 System

Rumble() 공개 메소드

public Rumble ( float left, float right ) : void
left float
right float
리턴 void

UpdateEnd() 공개 메소드

public UpdateEnd ( ) : void
리턴 void

UpdateStart() 공개 메소드

public UpdateStart ( ) : void
리턴 void

isButtonDown() 공개 메소드

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

isButtonPressed() 공개 메소드

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

isButtonReleased() 공개 메소드

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

isButtonUp() 공개 메소드

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