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.screen_interactive
2/// @brief Module file for the ScreenInteractive class of the Component module
3
4module;
5
7
9
10/**
11 * @namespace ftxui
12 * @brief The FTXUI ftxui:: namespace
13 */
14export namespace ftxui {
16 using ftxui::Loop;
17 using ftxui::Event;
18 using ftxui::Component;
19
20 using ftxui::Screen;
21 using ftxui::ScreenInteractivePrivate;
23}
It implement rendering itself as ftxui::Element. It implement keyboard navigation by responding to ft...
Loop is a class that manages the event loop for a component.
Definition loop.hpp:56
ScreenInteractive is a Screen that can handle events, run a main loop, and manage components.
Represent an event. It can be key press event, a terminal resize, or more ...
Definition event.hpp:29
A rectangular grid of Pixel.
Definition screen.hpp:27
Module file for the ScreenInteractive class of the Component module.
The FTXUI ftxui:: namespace.
Definition animation.hpp:10
std::shared_ptr< ComponentBase > Component