C# Class hyades.MultiInputDevice

Inheritance: InputDevice
Show file Open project: zfedoran/bubblebound

Public Methods

Method Description
IsDown ( Buttons button ) : bool
IsPressed ( Buttons button ) : bool
IsUp ( Buttons button ) : bool
MultiInputDevice ( PlayerIndex playerIndex ) : System
Update ( ) : void

Method Details

IsDown() public method

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

IsPressed() public method

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

IsUp() public method

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

MultiInputDevice() public method

public MultiInputDevice ( PlayerIndex playerIndex ) : System
playerIndex PlayerIndex
return System

Update() public method

public Update ( ) : void
return void