TGUI  1.2.0
Loading...
Searching...
No Matches
tgui::EditBox::Validator Struct Reference

Predefined input validators. More...

#include <TGUI/Widgets/EditBox.hpp>

Static Public Attributes

static TGUI_API const char32_t * All
 Accept any input.
 
static TGUI_API const char32_t * Int
 Accept negative and positive integers.
 
static TGUI_API const char32_t * UInt
 Accept only positive integers.
 
static TGUI_API const char32_t * Float
 Accept decimal numbers.
 

Detailed Description

Predefined input validators.


The documentation for this struct was generated from the following file: