graphics2d
[Interface specifications]
Two-dimensional graphics interface. More...
| |
#define | PLAYER_GRAPHICS2D_CMD_CLEAR 1 |
Command subtype: clear the drawing area (send an empty message). |
Detailed Description
Two-dimensional graphics interface.
The graphics2d
interface provides an interface to graphics devices. Drivers can implement this interface to provide clients and other drivers with graphics output. For example, Stage models present this interface to allow clients to draw in the Stage window.