C# Class Ballz.Menu.InputBox

Inheritance: Leaf, IRawInputConsumer
ファイルを表示 Open project: SpagAachen/Ballz Class Usage Examples

Public Properties

Property Type Description
Setting Settings.Setting
Value string
internalValue bool

Public Methods

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

Method Details

HandleBackspace() public method

public HandleBackspace ( ) : void
return void

HandleRawKey() public method

public HandleRawKey ( char key ) : void
key char
return void

InputBox() public method

public InputBox ( string name, bool selectable = false ) : System
name string
selectable bool
return System

Property Details

Setting public_oe property

public Settings.Setting Setting
return Settings.Setting

Value public_oe property

public string Value
return string

internalValue public_oe property

public bool internalValue
return bool