C# Class FlatRedBall.Gui.TextInputWindow

Summary description for TextInputWindow.
Inheritance: Window
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
Activate ( string textToDisplay, string Name ) : void
ClearEvents ( ) : void
HighlightInputText ( ) : void
SetOptions ( List options ) : void
TestCollision ( Cursor cursor ) : void
TextInputWindow ( Cursor cursor ) : System

Private Methods

Méthode Description
DrawSelfAndChildren ( Camera camera ) : void
GetNumberOfVerticesToDraw ( ) : int
OkButtonClick ( Window callingWindow ) : void

Method Details

Activate() public méthode

public Activate ( string textToDisplay, string Name ) : void
textToDisplay string
Name string
Résultat void

ClearEvents() public méthode

public ClearEvents ( ) : void
Résultat void

HighlightInputText() public méthode

public HighlightInputText ( ) : void
Résultat void

SetOptions() public méthode

public SetOptions ( List options ) : void
options List
Résultat void

TestCollision() public méthode

public TestCollision ( Cursor cursor ) : void
cursor Cursor
Résultat void

TextInputWindow() public méthode

public TextInputWindow ( Cursor cursor ) : System
cursor Cursor
Résultat System