|
FTXUI 6.1.9
C++ functional terminal UI.
|
Usado para definir el estilo del componente Input. More...
#include <component_options.hpp>
Public Attributes | |
| Element | element |
| bool | hovered |
| Si el input está siendo "hovered" por el ratón. | |
| bool | focused |
| Si el input está enfocado por el usuario. | |
| bool | is_placeholder |
Usado para definir el estilo del componente Input.
Definition at line 155 of file component_options.hpp.
| Element element |
Definition at line 156 of file component_options.hpp.
| bool hovered |
Si el input está siendo "hovered" por el ratón.
Definition at line 157 of file component_options.hpp.
| bool focused |
Si el input está enfocado por el usuario.
Definition at line 158 of file component_options.hpp.
| bool is_placeholder |
Si el input está vacío y mostrando el marcador de posición.
Definition at line 159 of file component_options.hpp.