FTXUI 6.1.9
C++ functional terminal UI.
|
Used to define style for the Input component. More...
#include <component_options.hpp>
Public Attributes | |
Element | element |
bool | hovered |
Whether the input is hovered by the mouse. | |
bool | focused |
Whether the input is focused by the user. | |
bool | is_placeholder |
Used to define style for the Input component.
Definition at line 153 of file component_options.hpp.
Element element |
Definition at line 154 of file component_options.hpp.
bool hovered |
Whether the input is hovered by the mouse.
Definition at line 155 of file component_options.hpp.
bool focused |
Whether the input is focused by the user.
Definition at line 156 of file component_options.hpp.
bool is_placeholder |
Whether the input is empty and displaying the placeholder.
Definition at line 157 of file component_options.hpp.