TGUI
0.8.9
|
Predefined input validators. More...
#include <TGUI/Widgets/EditBox.hpp>
Static Public Attributes | |
static TGUI_API const std::string | All |
Accept any input. | |
static TGUI_API const std::string | Int |
Accept negative and positive integers. | |
static TGUI_API const std::string | UInt |
Accept only positive integers. | |
static TGUI_API const std::string | Float |
Accept decimal numbers. | |
Predefined input validators.