Coherent UI for .NET  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Coherent.UI.SurfaceResponse Class Reference

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

Inherits IDisposable.

Public Member Functions

virtual void Signal (CoherentHandle handle)
 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)
inlinevirtual

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