C# Class Gearset.Components.KeyboardComponent

This is a game component that implements IUpdateable.
Inheritance: Gearset.Components.Gear
Show file Open project: juancampa/Gearset

Public Methods

Method Description
KeyboardComponent ( ) : Microsoft.Xna.Framework
Update ( GameTime gameTime ) : void

Private Methods

Method Description
IsKeyDown ( Keys key ) : bool
IsKeyJustDown ( Keys key ) : bool

Method Details

KeyboardComponent() public method

public KeyboardComponent ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void