mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-25 08:22:15 +00:00
@@ -15,6 +15,11 @@ namespace MonoGame.Extended.Gui.Controls
|
||||
HorizontalTextAlignment = HorizontalAlignment.Left;
|
||||
}
|
||||
|
||||
public TextBox()
|
||||
: this(null)
|
||||
{
|
||||
}
|
||||
|
||||
public int SelectionStart { get; set; }
|
||||
public char? PasswordCharacter { get; set; }
|
||||
|
||||
|
||||
@@ -133,7 +133,7 @@ namespace MonoGame.Extended.Gui
|
||||
// }
|
||||
//}
|
||||
|
||||
private void UpdateControl(Control control, float deltaSeconds)
|
||||
public void UpdateControl(Control control, float deltaSeconds)
|
||||
{
|
||||
if (control.IsVisible)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user