C# Class WarTornLands.Infrastructure.Systems.InputSystem.InputKey

ファイルを表示 Open project: floAr/WarTornLands Class Usage Examples

Public Methods

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

Method Details

InputKey() public method

public InputKey ( ) : System
return System

SetMode() public abstract method

public abstract SetMode ( InputMode mode ) : void
mode InputMode
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