C# Class Protogame.NullKeyboardStringReader

Inheritance: IKeyboardStringReader
Mostra file Open project: RedpointGames/Protogame

Public Methods

Method Description
Process ( KeyboardState keyboard, GameTime time, StringBuilder text ) : void

Method Details

Process() public method

public Process ( KeyboardState keyboard, GameTime time, StringBuilder text ) : void
keyboard Microsoft.Xna.Framework.Input.KeyboardState
time Microsoft.Xna.Framework.GameTime
text StringBuilder
return void