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
4module;
5
7
8export module ftxui.component:Event;
9
10/**
11 * @namespace ftxui
12 * @brief FTXUI ftxui::名前空間
13 */
14export namespace ftxui {
17
18 using ftxui::Event;
19}
ftxui::Elementとして自身のレンダリングを実装します。ftxui::Eventに応答してキーボードナビゲーションを実装します。
ScreenInteractive はイベントを処理し、メインループを実行し、コンポーネントを管理できる Screen です。
イベントを表します。キープレスイベント、ターミナルのリサイズなど、さまざまなイベントがあります。
Definition event.hpp:28
FTXUIコンポーネント操作用モジュールファイルです。
FTXUI ftxui:: 名前空間
Definition animation.hpp:9