CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
stdui::input Namespace Reference

Classes

struct  TextInputContext
 

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

Function Documentation

◆ COMPONENT()

stdui::input::COMPONENT ( text ,
{ std::string *text;} STATE { int caret_pos=0;};ATTRIBUTE(on_enter, std::function< void()>){[] {}};ATTRIBUTE(on_escape, std::function< void()>){[] {}};  )
export

Definition at line 17 of file text.cppm.