Flags that can be passed to UI::InputText().
Flags that can be passed to UI::InputText().
UI::InputTextFlags::None
(0)
UI::InputTextFlags::CharsDecimal
(1)
UI::InputTextFlags::CharsHexadecimal
(2)
UI::InputTextFlags::CharsScientific
(4)
UI::InputTextFlags::CharsUppercase
(8)
UI::InputTextFlags::CharsNoBlank
(16)
UI::InputTextFlags::AllowTabInput
(32)
UI::InputTextFlags::EnterReturnsTrue
(64)
UI::InputTextFlags::EscapeClearsAll
(128)
UI::InputTextFlags::CtrlEnterForNewLine
(256)
UI::InputTextFlags::ReadOnly
(512)
UI::InputTextFlags::Password
(1024)
UI::InputTextFlags::AlwaysOverwrite
(2048)
UI::InputTextFlags::AutoSelectAll
(4096)
UI::InputTextFlags::NoHorizontalScroll
(32768)
UI::InputTextFlags::NoUndoRedo
(65536)
UI::InputTextFlags::CallbackCompletion
(131072)
UI::InputTextFlags::CallbackHistory
(262144)
UI::InputTextFlags::CallbackAlways
(524288)
UI::InputTextFlags::CallbackCharFilter
(1048576)