C# Class BlisterUI.Widgets.TextInputWidget

Inheritance: TextWidget
Show file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method Description
ActivateInput ( ) : void
DeactivateInput ( ) : void
TextInputWidget ( WidgetRenderer wr, SpriteFont f = null, Microsoft.Xna.Framework.Graphics.Texture2D t = null ) : System
TextInput_OnCaretMoved ( TextInput arg1, int arg2 ) : void
tInput_OnTextChanged ( TextInput arg1, string arg2 ) : void

Protected Methods

Method Description
DisposeOther ( ) : void

Method Details

ActivateInput() public method

public ActivateInput ( ) : void
return void

DeactivateInput() public method

public DeactivateInput ( ) : void
return void

DisposeOther() protected method

protected DisposeOther ( ) : void
return void

TextInputWidget() public method

public TextInputWidget ( WidgetRenderer wr, SpriteFont f = null, Microsoft.Xna.Framework.Graphics.Texture2D t = null ) : System
wr WidgetRenderer
f Microsoft.Xna.Framework.Graphics.SpriteFont
t Microsoft.Xna.Framework.Graphics.Texture2D
return System

TextInput_OnCaretMoved() public method

public TextInput_OnCaretMoved ( TextInput arg1, int arg2 ) : void
arg1 TextInput
arg2 int
return void

tInput_OnTextChanged() public method

public tInput_OnTextChanged ( TextInput arg1, string arg2 ) : void
arg1 TextInput
arg2 string
return void