Ultralight C++ API 1.3.0
Loading...
Searching...
No Matches
ultralight::AppListener Class Reference

#include <AppCore/App.h>

Details

Interface for all App-related events.

See also
App::set_listener

Public Member Functions

virtual ~AppListener ()
 
virtual void OnUpdate ()
 Called whenever the App updates.
 

Constructor & Destructor Documentation

◆ ~AppListener()

virtual ultralight::AppListener::~AppListener ( )
inlinevirtual

Member Function Documentation

◆ OnUpdate()

virtual void ultralight::AppListener::OnUpdate ( )
inlinevirtual

Called whenever the App updates.

You should update all app logic here.

Note
This event is fired right before the run loop calls Renderer::Update and Renderer::Render.

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