Namespace AshConsoleGraphics.Interactive
Classes
- MultipleTuiScreenInteractive
Screen aimed at handling having multiple interactive screens at the same time, and only controlling one
- TuiButton
A label pressable with enter
- TuiCheckBox
Checkbox (on/off)
- TuiFramedCheckBox
Checkbox (on/off) with a frame
- TuiFramedRadio
Radio button: two options, either one or the other
- TuiFramedScrollingTextBox
A textbox where you can write inside a frame and it lets you write longer than the visible length of the box
- TuiFramedTextBox
A textbox where you can write inside a frame
- TuiMultiLineFramedTextBox
A textbox where you can write inside a frame that can be several lines in height
- TuiMultiLineScrollingFramedTextBox
A textbox where you can write inside a frame that can be several lines in height and scrolls
- TuiNumberPicker
Lets you pick between a number range with the lateral arrows
- TuiOptionPicker
Lets you pick options with the lateral arrows
- TuiScreenInteractive
Interactive screen with selectables and key actions
- TuiScrollingScreenInteractive
Interactive screen that scrolls if items are out of bounds
- TuiSelectable
An interactive element that can be selected and does things
- TuiWritable
Elements where you can write