C# Class xnaHelper.Input.KeyboardHelper

ファイルを表示 Open project: faintpixel/Roguelike

Public Methods

Method Description
KeyboardHelper ( List keysOfInterest ) : System
Update ( GameTime gameTime ) : void

Method Details

KeyboardHelper() public method

public KeyboardHelper ( List keysOfInterest ) : System
keysOfInterest List
return System

Update() public method

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