C# Class hyades.KeyboardDevice

Inheritance: InputDevice
Show file Open project: zfedoran/bubblebound

Public Methods

Method Description
IsDown ( Buttons button ) : bool
IsPressed ( Buttons button ) : bool
IsUp ( Buttons button ) : bool
KeyboardDevice ( ) : 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

KeyboardDevice() public method

public KeyboardDevice ( ) : System
return System

Update() public method

public Update ( ) : void
return void