Click or drag to resize
TextBoxUpdate Method
Updates the TextBox, checking if any mouse- or keyboard event are occuring. Use like: myTextBox.Update(Mouse.GetState(), Keyboard.GetState(), (float)gameTime.ElapsedGameTime.TotalSeconds);

Namespace: Mentula.GuiItems.Items
Assembly: XnaGuiItems (in XnaGuiItems.dll) Version: 1.0.0.0
Syntax
C#
public override void Update(
	float deltaTime
)

Parameters

deltaTime
Type: SystemSingle
The specified deltatime.
See Also