FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
screen_interactive.hpp
Go to the documentation of this file.
1// Copyright 2020 Arthur Sonzogni. All rights reserved.
2// Use of this source code is governed by the MIT license that can be found in
3// the LICENSE file.
4#ifndef FTXUI_COMPONENT_SCREEN_INTERACTIVE_HPP
5#define FTXUI_COMPONENT_SCREEN_INTERACTIVE_HPP
6
8
9namespace ftxui {
11} // namespace ftxui
12
13#endif /* end of include guard: FTXUI_COMPONENT_SCREEN_INTERACTIVE_HPP */
App is a Screen that can handle events, run a main loop, and manage components.
Definition app.hpp:34
The FTXUI ftxui:: namespace.
Definition animation.hpp:10