FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
InputState Struct Reference

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
 

Detailed Description

Usado para definir el estilo del componente Input.

Examples
examples/component/input_style.cpp.

Definition at line 155 of file component_options.hpp.

Member Data Documentation

◆ element

Element element

Definition at line 156 of file component_options.hpp.

◆ hovered

bool hovered

Si el input está siendo "hovered" por el ratón.

Definition at line 157 of file component_options.hpp.

◆ focused

bool focused

Si el input está enfocado por el usuario.

Definition at line 158 of file component_options.hpp.

◆ is_placeholder

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.


The documentation for this struct was generated from the following file: