![]() |
Public API Reference |
#include <awscnvs.h>
Inheritance diagram for iAwsCanvas:
Public Methods | |
virtual void | Animate (csTicks current_time)=0 |
This is actually not used ever. The window manager doesn't "animate", and only refreshes the canvas when needed. More... | |
virtual iGraphics2D * | G2D ()=0 |
Get the iGraphics2D interface so that components can use it. More... | |
virtual iGraphics3D * | G3D ()=0 |
Get the iGraphics3D interface so that components can use it. More... |
Definition at line 33 of file awscnvs.h.
|
This is actually not used ever. The window manager doesn't "animate", and only refreshes the canvas when needed.
|
|
Get the iGraphics2D interface so that components can use it.
|
|
Get the iGraphics3D interface so that components can use it.
|