#include <kanzi/core/cpp/memory.hpp>
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
using | kanzi::MainLoopTaskToken = weak_ptr< void > |
Type alias for an opaque handle to a MainLoopScheduler task. More... | |
using | kanzi::MainLoopTimerToken = MainLoopTaskToken |
Type alias for an opaque handle to a MainLoopScheduler timer. More... | |
Enumerations | |
enum | kanzi::MainLoopState { kanzi::MainLoopState::Running, kanzi::MainLoopState::Paused, kanzi::MainLoopState::Quitting } |
Enumeration for application states. More... | |