mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:08:12 +00:00

A text box that is restricted to numbers within a range, is generally useful. Let's make it available for use!
224 B
224 B
Name
GML Numeric Input Widget
Description
Defines a GUI text box that only allows integers within a specified range.
Synopsis
@GUI::NumericInput
Examples
@GUI::NumericInput {
text: "23"
}