All Classes |Grouped Classes |Index

Class CL_RenderWindowProvider

Provides generic render window services for clanDisplay. More...

Derived from:

None

Derived by:

None

Group:

Display Target Interface (Display)

#include <ClanLib/display.h>

Class Members:


Attributes:

get_viewport_width

Get viewport width of rendering window.

get_viewport_height

Get viewport height of rendering window.


Operations:

flip_buffers

Flip the render window'se buffers.fers.

make_current

Sets this to the active render context.

Detailed description:

This type encapsulates a platform-specific rendering window. It is designed to encapsulate and hide platform dependencies from code that interacts with a rendering context or drawable. It is particularly useful for integrating third-party windowing libraries such as Fltk or wxWidgets with Clanlib drawing services.