CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
text.cppm File Reference
#include "cyd_ui/components/component_macros.h"
import cydui;
import fabric.logging;
+ Include dependency graph for text.cppm:

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()>){[] {}};)