C# Class WarTornLands.InputManager

Inheritance: Microsoft.Xna.Framework.GameComponent
Afficher le fichier Open project: floAr/WarTornLands Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

GetService() public méthode

public GetService ( ) : Type
Résultat System.Type

InputManager() public méthode

public InputManager ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
Résultat System

SetMapping() public méthode

public SetMapping ( Microsoft key, InputKey inputKey ) : bool
key Microsoft
inputKey InputKey
Résultat bool

Update() public méthode

public Update ( GameTime gt ) : void
gt Microsoft.Xna.Framework.GameTime
Résultat void