Ultralight  1.0.0
A fast, lightweight, HTML UI engine for native apps.
ultralight::AppListener Class Reference

Interface for all App-related events. More...

#include <App.h>

Public Member Functions

virtual void OnUpdate ()
 Called whenever the App updates. More...
 

Detailed Description

Interface for all App-related events.

See also
App::set_listener

Definition at line 27 of file App.h.

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.

Definition at line 37 of file App.h.


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