FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
screen_interactive.cppm
Go to the documentation of this file.
1/// @module ftxui.component:ScreenInteractive
2/// @brief Module file for the ScreenInteractive class of the Component module
3
4module;
5
7
9
10export import :App;
11
12/**
13 * @namespace ftxui
14 * @brief The FTXUI ftxui:: namespace
15 */
16export namespace ftxui {
17 // Deprecated: Please use App instead.
19}
App is a Screen that can handle events, run a main loop, and manage components.
Definition app.hpp:34
Module file for FTXUI component operations.
The FTXUI ftxui:: namespace.
Definition animation.hpp:10