FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
event.cppm
Go to the documentation of this file.
1
/// @module ftxui.component:Event
2
/// @brief ComponentモジュールのEvent構造体のモジュールファイル
3
4
module
;
5
6
#include <
ftxui/component/event.hpp
>
7
8
export
module
ftxui.component:Event
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI ftxui::名前空間
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::ScreenInteractive
;
16
using
ftxui::ComponentBase
;
17
18
using
ftxui::Event
;
19
}
event.hpp
ftxui::ComponentBase
ftxui::Elementとして自身のレンダリングを実装します。ftxui::Eventに応答してキーボードナビゲーションを実装します。
Definition
component_base.hpp:28
ftxui::ScreenInteractive
ScreenInteractive はイベントを処理し、メインループを実行し、コンポーネントを管理できる Screen です。
Definition
screen_interactive.hpp:34
ftxui::Event
イベントを表します。キープレスイベント、ターミナルのリサイズなど、さまざまなイベントがあります。
Definition
event.hpp:28
ftxui.component
FTXUIコンポーネント操作用モジュールファイルです。
ftxui
FTXUI ftxui:: 名前空間
Definition
animation.hpp:9