C# Class WarTornLands.InputManager

Inheritance: Microsoft.Xna.Framework.GameComponent
Datei anzeigen Open project: floAr/WarTornLands Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetService ( ) : Type
InputManager ( Microsoft.Xna.Framework.Game game ) : System
SetMapping ( Microsoft key, InputKey inputKey ) : bool
Update ( GameTime gt ) : void

Method Details

GetService() public method

public GetService ( ) : Type
return System.Type

InputManager() public method

public InputManager ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
return System

SetMapping() public method

public SetMapping ( Microsoft key, InputKey inputKey ) : bool
key Microsoft
inputKey InputKey
return bool

Update() public method

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