C# Class Fusion.Framework.EditBox

Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Méthode Description
Backspace ( ) : void
Delete ( ) : void
EditBox ( GameConsole console ) : System

Enter ( ) : void
FeedHistory ( string history ) : void

Move ( int value ) : void
Next ( ) : void
Prev ( ) : void
Tab ( ) : void
TypeChar ( char ch ) : void

Method Details

Backspace() public méthode

public Backspace ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

EditBox() public méthode

public EditBox ( GameConsole console ) : System
console GameConsole
Résultat System

Enter() public méthode

public Enter ( ) : void
Résultat void

FeedHistory() public méthode

public FeedHistory ( string history ) : void
history string
Résultat void

Move() public méthode

public Move ( int value ) : void
value int
Résultat void

Next() public méthode

public Next ( ) : void
Résultat void

Prev() public méthode

public Prev ( ) : void
Résultat void

Tab() public méthode

public Tab ( ) : void
Résultat void

TypeChar() public méthode

public TypeChar ( char ch ) : void
ch char
Résultat void