FTXUI
5.0.0
C++ functional terminal UI.
|
Functions | |
void | RequestAnimationFrame () |
Typedefs | |
using | Clock = std::chrono::steady_clock |
using | TimePoint = std::chrono::time_point< Clock > |
using | Duration = std::chrono::duration< float > |
Data Structures | |
class | Params |
class | Animator |
Namespaces | |
easing | |
using Clock = std::chrono::steady_clock |
Definition at line 18 of file animation.hpp.
Definition at line 19 of file animation.hpp.
using Duration = std::chrono::duration<float> |
Definition at line 20 of file animation.hpp.
void RequestAnimationFrame | ( | ) |
Definition at line 62 of file screen_interactive.cpp.