|
FTXUI 6.1.9
C++ functional terminal UI.
|
Inputコンポーネントのスタイルを定義するために使用されます。 More...
#include <component_options.hpp>
Public Attributes | |
| Element | element |
| bool | hovered |
| 入力がマウスによってホバーされているかどうか。 | |
| bool | focused |
| 入力がユーザーによってフォーカスされているかどうか。 | |
| bool | is_placeholder |
| 入力が空でプレースホルダーを表示しているかどうか。 | |
Inputコンポーネントのスタイルを定義するために使用されます。
Definition at line 154 of file component_options.hpp.
| Element element |
Definition at line 155 of file component_options.hpp.
| bool hovered |
入力がマウスによってホバーされているかどうか。
Definition at line 156 of file component_options.hpp.
| bool focused |
入力がユーザーによってフォーカスされているかどうか。
Definition at line 157 of file component_options.hpp.
| bool is_placeholder |
入力が空でプレースホルダーを表示しているかどうか。
Definition at line 158 of file component_options.hpp.