Table of Contents

Class IntegerInputTextWidget

Namespace
TaleWorlds.GauntletUI.BaseTypes
Assembly
TaleWorlds.GauntletUI.dll
public class IntegerInputTextWidget : EditableTextWidget
Inheritance
IntegerInputTextWidget
Inherited Members
Extension Methods

Constructors

IntegerInputTextWidget(UIContext)

public IntegerInputTextWidget(UIContext context)

Parameters

context UIContext

Properties

EnableClamp

public bool EnableClamp { get; set; }

Property Value

bool

IntText

[Editor(false)]
public int IntText { get; set; }

Property Value

int

MaxInt

[Editor(false)]
public int MaxInt { get; set; }

Property Value

int

MinInt

[Editor(false)]
public int MinInt { get; set; }

Property Value

int

Methods

HandleInput(IReadOnlyList<int>)

public override void HandleInput(IReadOnlyList<int> lastKeysPressed)

Parameters

lastKeysPressed IReadOnlyList<int>

SetAllText(string)

public override void SetAllText(string text)

Parameters

text string

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).