opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Attributes | List of all members
opyn::UiCallbacks Struct Referencefinal

#include <ui_callbacks.h>

Public Attributes

std::function< void()> on_tick_begin = []{}
 

Detailed Description

Represents a collection of callback functions that C++ UI implementations call during the lifecycle of the UI. Useful for intermittently checking external systems.

Member Data Documentation

◆ on_tick_begin

std::function<void()> opyn::UiCallbacks::on_tick_begin = []{}

Called each time the UI "ticks" (i.e. once per frame, before drawing anything).


The documentation for this struct was generated from the following file: