|
opynsim
Unofficial C++ Documentation
|
#include <ui_callbacks.h>
Public Attributes | |
| std::function< void()> | on_tick_begin = []{} |
Represents a collection of callback functions that C++ UI implementations call during the lifecycle of the UI. Useful for intermittently checking external systems.
| std::function<void()> opyn::UiCallbacks::on_tick_begin = []{} |
Called each time the UI "ticks" (i.e. once per frame, before drawing anything).