C# Class Ballz.Menu.InputBox

Inheritance: Leaf, IRawInputConsumer
Afficher le fichier Open project: SpagAachen/Ballz Class Usage Examples

Méthodes publiques

Свойство Type Description
Setting Settings.Setting
Value string
internalValue bool

Méthodes publiques

Méthode Description
HandleBackspace ( ) : void
HandleRawKey ( char key ) : void
InputBox ( string name, bool selectable = false ) : System

Method Details

HandleBackspace() public méthode

public HandleBackspace ( ) : void
Résultat void

HandleRawKey() public méthode

public HandleRawKey ( char key ) : void
key char
Résultat void

InputBox() public méthode

public InputBox ( string name, bool selectable = false ) : System
name string
selectable bool
Résultat System

Property Details

Setting public_oe property

public Settings.Setting Setting
Résultat Settings.Setting

Value public_oe property

public string Value
Résultat string

internalValue public_oe property

public bool internalValue
Résultat bool