FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
event.cppm
Go to the documentation of this file.
1/**
2 * @file event.cppm
3 * @brief Module file for the Event struct of the Component module
4 */
5
6module;
7
9
10export module ftxui.component.event;
11
12/**
13 * @namespace ftxui
14 * @brief The FTXUI ftxui:: namespace
15 */
16export namespace ftxui {
19
20 using ftxui::Event;
21}
It implement rendering itself as ftxui::Element. It implement keyboard navigation by responding to ft...
The FTXUI ftxui:: namespace.
Definition animation.hpp:10
Represent an event. It can be key press event, a terminal resize, or more ...
Definition event.hpp:27