FTXUI/include/ftxui/component
Stefan Ravn van Overeem b3f1edc385
Add a TrackMouse(false) on ScreenInteractive to disable mouse events (#726)
When mouse events are enabled, it is not possible to select text in the
terminal and copy it somewhere else. This could be usefull for some
applications if they don't need to handle mouse events.

Add a function on the ScreenInteractive class to disable grabbing of
mouse events so that it is e.g. possible to select text in the user
interface. The function needs to be called on the screen object before
starting the application loop if such a behaviour is desired.
2023-08-19 10:57:50 +02:00
..
animation.hpp Update float style in animation.cpp (#607) 2023-03-26 16:42:08 +02:00
captured_mouse.hpp Remove explicit default destructors (#157) 2021-07-17 12:02:08 +02:00
component_base.hpp Delete copy constructor and copy operator (#638) 2023-05-16 18:33:41 +02:00
component_options.hpp Feature: Windows. (#690) 2023-07-15 16:29:48 +02:00
component.hpp Feature: Windows. (#690) 2023-07-15 16:29:48 +02:00
event.hpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
loop.hpp Introduce Loop. (#476) 2022-10-18 21:29:27 +02:00
mouse.hpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
receiver.hpp Feature: Add multi-line input. (#630) 2023-05-02 13:32:37 +02:00
screen_interactive.hpp Add a TrackMouse(false) on ScreenInteractive to disable mouse events (#726) 2023-08-19 10:57:50 +02:00
task.hpp Animation (#355) 2022-03-13 18:51:46 +01:00