C# Class BlisterUI.Input.KeyboardManager

Show file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Protected Properties

Property Type Description
cKS Microsoft.Xna.Framework.Input.KeyboardState

Public Methods

Method Description
IsKeyJustPressed ( Keys key ) : bool
IsKeyJustReleased ( Keys key ) : bool
Refresh ( ) : void

Private Methods

Method Description
KeyboardManager ( ) : System

Method Details

IsKeyJustPressed() public method

public IsKeyJustPressed ( Keys key ) : bool
key Keys
return bool

IsKeyJustReleased() public method

public IsKeyJustReleased ( Keys key ) : bool
key Keys
return bool

Refresh() public method

public Refresh ( ) : void
return void

Property Details

cKS protected property

protected KeyboardState,Microsoft.Xna.Framework.Input cKS
return Microsoft.Xna.Framework.Input.KeyboardState