![]() |
Ultralight C++ API 1.3.0
|
#include <AppCore/App.h>
Interface for all App-related events.
Public Member Functions | |
virtual | ~AppListener () |
virtual void | OnUpdate () |
Called whenever the App updates. | |
|
inlinevirtual |
|
inlinevirtual |
Called whenever the App updates.
You should update all app logic here.