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
4
module
;
5
6
#include <
ftxui/component/screen_interactive.hpp
>
7
8
export
module
ftxui.component:ScreenInteractive
;
9
10
export
import
:App;
11
12
/**
13
* @namespace ftxui
14
* @brief The FTXUI ftxui:: namespace
15
*/
16
export
namespace
ftxui
{
17
// Deprecated: Please use App instead.
18
using
ftxui::ScreenInteractive
;
19
}
ftxui::App
App is a Screen that can handle events, run a main loop, and manage components.
Definition
app.hpp:34
ftxui.component
Module file for FTXUI component operations.
ftxui
The FTXUI ftxui:: namespace.
Definition
animation.hpp:10
screen_interactive.hpp