C# Class MilkShakeFramework.IO.Input.Devices.PadState

ファイルを表示 Open project: lucas-jones/MilkShake-old

Public Methods

Method Description
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

Method Details

PadState() public method

public PadState ( PlayerIndex index ) : System
index PlayerIndex
return System

Rumble() public method

public Rumble ( float left, float right ) : void
left float
right float
return void

UpdateEnd() public method

public UpdateEnd ( ) : void
return void

UpdateStart() public method

public UpdateStart ( ) : void
return void

isButtonDown() public method

public isButtonDown ( Buttons button ) : bool
button Buttons
return bool

isButtonPressed() public method

public isButtonPressed ( Buttons button ) : bool
button Buttons
return bool

isButtonReleased() public method

public isButtonReleased ( Buttons button ) : bool
button Buttons
return bool

isButtonUp() public method

public isButtonUp ( Buttons button ) : bool
button Buttons
return bool