C# Class WarTornLands.InputKey

Datei anzeigen Open project: floAr/WarTornLands Class Usage Examples

Public Methods

Method Description
Held ( ) : int
InputKey ( ) : System
SetMode ( int mode ) : void
Update ( GameTime gt, KeyboardState oldKeys ) : void

Method Details

Held() public abstract method

public abstract Held ( ) : int
return int

InputKey() public method

public InputKey ( ) : System
return System

SetMode() public abstract method

public abstract SetMode ( int mode ) : void
mode int
return void

Update() public abstract method

public abstract Update ( GameTime gt, KeyboardState oldKeys ) : void
gt Microsoft.Xna.Framework.GameTime
oldKeys Microsoft.Xna.Framework.Input.KeyboardState
return void