FTXUI/include/ftxui/component
Arthur Sonzogni 0acfd8f255
Introduce Loop. (#476)
It can be used to give developers a better control on the loop. Users
can use it not to take full control of the thread, and poll FTXUI from
time to time as part of an external loop.

This resolves: https://github.com/ArthurSonzogni/FTXUI/issues/474
2022-10-18 21:29:27 +02:00
..
animation.hpp Animation (#355) 2022-03-13 18:51:46 +01:00
captured_mouse.hpp Remove explicit default destructors (#157) 2021-07-17 12:02:08 +02:00
component_base.hpp Animation (#355) 2022-03-13 18:51:46 +01:00
component_options.hpp Feature: Slider in any directions. (#468) 2022-08-30 18:52:33 +02:00
component.hpp Feature: Slider in any directions. (#468) 2022-08-30 18:52:33 +02:00
event.hpp Featre: Support ctrl+arrow in input. (#494) 2022-10-06 21:16:55 +02:00
loop.hpp Introduce Loop. (#476) 2022-10-18 21:29:27 +02:00
mouse.hpp Use IWYU. 2021-05-01 23:19:07 +02:00
receiver.hpp Introduce Loop. (#476) 2022-10-18 21:29:27 +02:00
screen_interactive.hpp Introduce Loop. (#476) 2022-10-18 21:29:27 +02:00
task.hpp Animation (#355) 2022-03-13 18:51:46 +01:00