FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
screen_interactive.cppm
Go to the documentation of this file.
1/**
2 * @file screen_interactive.cppm
3 * @brief Module file for the ScreenInteractive class of the Component module
4 */
5
6module;
7
9
11
12/**
13 * @namespace ftxui
14 * @brief The FTXUI ftxui:: namespace
15 */
16export namespace ftxui {
18 using ftxui::Loop;
19 using ftxui::Event;
20 using ftxui::Component;
21
22 using ftxui::Screen;
23 using ftxui::ScreenInteractivePrivate;
25}
It implement rendering itself as ftxui::Element. It implement keyboard navigation by responding to ft...
A rectangular grid of Pixel.
Definition screen.hpp:27
The FTXUI ftxui:: namespace.
Definition animation.hpp:10
std::shared_ptr< ComponentBase > Component
Represent an event. It can be key press event, a terminal resize, or more ...
Definition event.hpp:27