![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Go to the source code of this file.
Classes | |
struct | stdui::input::TextInputContext |
Namespaces | |
namespace | stdui |
namespace | stdui::input |
Functions | |
stdui::input::COMPONENT (text, { std::string *text;} STATE { int caret_pos=0;};ATTRIBUTE(on_enter, std::function< void()>){[] {}};ATTRIBUTE(on_escape, std::function< void()>){[] {}};) | |