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

Inputコンポーネントのスタイルを定義するために使用されます。 More...

#include <component_options.hpp>

Public Attributes

Element element
 
bool hovered
 入力がマウスによってホバーされているかどうか。
 
bool focused
 入力がユーザーによってフォーカスされているかどうか。
 
bool is_placeholder
 入力が空でプレースホルダーを表示しているかどうか。
 

Detailed Description

Inputコンポーネントのスタイルを定義するために使用されます。

Examples
examples/component/input_style.cpp.

Definition at line 154 of file component_options.hpp.

Member Data Documentation

◆ element

Element element

Definition at line 155 of file component_options.hpp.

◆ hovered

bool hovered

入力がマウスによってホバーされているかどうか。

Definition at line 156 of file component_options.hpp.

◆ focused

bool focused

入力がユーザーによってフォーカスされているかどうか。

Definition at line 157 of file component_options.hpp.

◆ is_placeholder

bool is_placeholder

入力が空でプレースホルダーを表示しているかどうか。

Definition at line 158 of file component_options.hpp.


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