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