FTXUI
0.8.1
C++ functional terminal UI.
|
Go to the documentation of this file. 1 #ifndef FTXUI_COMPONENT_SCREEN_INTERACTIVE_HPP
2 #define FTXUI_COMPONENT_SCREEN_INTERACTIVE_HPP
19 using Component = std::shared_ptr<ComponentBase>;
43 enum class Dimension {
49 Dimension dimension_ = Dimension::Fixed;
50 bool use_alternative_screen_ =
false;
54 bool use_alternative_screen);
59 std::string set_cursor_position;
60 std::string reset_cursor_position;
62 std::atomic<bool> quit_ =
false;
63 std::thread event_listener_;
68 bool mouse_captured =
false;
std::unique_ptr< ReceiverImpl< T > > Receiver
CapturedMouse CaptureMouse()
std::shared_ptr< ComponentBase > Component
static ScreenInteractive FitComponent()
static ScreenInteractive Fullscreen()
std::function< void()> ExitLoopClosure()
static ScreenInteractive TerminalOutput()
A rectangular grid of Pixel.
std::unique_ptr< CapturedMouseInterface > CapturedMouse
std::unique_ptr< SenderImpl< T > > Sender
void PostEvent(Event event)
Represent an event. It can be key press event, a terminal resize, or more ...
static ScreenInteractive FixedSize(int dimx, int dimy)