Skip to main content

Module widgets

Module widgets 

Source
Expand description

UI widget implementations: labels, progress bars, buttons, panels, rings.

Structs§

UiButton
A clickable text button.
UiLabel
A static or dynamically-updated text label.
UiPanel
A bordered panel container (background + optional title).
UiProgressBar
A horizontal bar that fills from left to right based on a [0, 1] value.
UiPulseRing
A pulsing ring of glyphs around a center point — used for HUD status indicators.