|
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 155 of file component_options.hpp.
| Element element |
Definition at line 156 of file component_options.hpp.
| bool hovered |
輸入框是否被滑鼠懸停。
Definition at line 157 of file component_options.hpp.
| bool focused |
輸入框是否被使用者聚焦。
Definition at line 158 of file component_options.hpp.
| bool is_placeholder |
輸入框是否為空並顯示 佔位符。
Definition at line 159 of file component_options.hpp.