Coherent UI  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Coherent::UI::SurfaceResponse Class Referenceabstract

Interface that signals for creation of rendering surfaces. More...

#include <Coherent/UI/ViewListener.h>

Public Member Functions

virtual void Signal (CoherentHandle handle)=0
 Signals that the operation was completed. You should call this function in the same thread that updates the UI context. More...
 

Detailed Description

Interface that signals for creation of rendering surfaces.

Member Function Documentation

virtual void Coherent::UI::SurfaceResponse::Signal ( CoherentHandle  handle)
pure virtual

Signals that the operation was completed. You should call this function in the same thread that updates the UI context.

Parameters
handlethe created surface handle or a NULL handle if the operation fails
Warning
You should call this function in the same thread that updates the UI context.