C# Class Protogame.NullKeyboardStringReader

Inheritance: IKeyboardStringReader
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
Process ( KeyboardState keyboard, GameTime time, StringBuilder text ) : void

Method Details

Process() public méthode

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