|
Nui
|
#include <nui/frontend/event_system/observed_value.hpp>#include <nui/frontend/element_renderer.hpp>#include <nui/frontend/elements/input.hpp>#include <nui/frontend/attributes/type.hpp>#include <nui/frontend/attributes/value.hpp>#include <nui/frontend/attributes/on_input.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | Nui |
| namespace | Nui::Components |
Functions | |
| template<typename T , typename... Attributes> | |
| constexpr auto | Nui::Components::TextInput (Observed< T > &model, Attributes &&... attributes) |
| This component can be used like this TextInput(attributes...)(children...) instead of the C{}() syntax. | |