FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
ftxui::animation Namespace Reference

Namespaces

namespace  easing
 

Typedefs

using Clock = std::chrono::steady_clock
 
using TimePoint = std::chrono::time_point<Clock>
 
using Duration = std::chrono::duration<float>
 

Functions

 FTXUI_EXPORT (COMPONENT) void RequestAnimationFrame()
 RequestAnimationFrame is a function that requests a new frame to be drawn in the next animation cycle.
 
void RequestAnimationFrame ()
 

Typedef Documentation

◆ Clock

using Clock = std::chrono::steady_clock

Definition at line 29 of file animation.hpp.

◆ TimePoint

using TimePoint = std::chrono::time_point<Clock>

Definition at line 30 of file animation.hpp.

◆ Duration

using Duration = std::chrono::duration<float>

Definition at line 31 of file animation.hpp.

Function Documentation

◆ RequestAnimationFrame()

void RequestAnimationFrame ( )

Definition at line 73 of file app.cpp.