|
Documentation
|
|
CGapiDrawOverviewCGapiDraw is used in all GapiDraw class constructors, and is the "glue" that allows a CGapiSurface to be aware of events such as changes in the display orientation. A class such as CGapiDraw has to be used since GapiDraw can be statically linked, and as such it can have no private data like a dynamic link library. It is recommended that CGapiDraw is the first GapiDraw object you create and the last GapiDraw object you destroy. This document has been updated for use with GapiDraw 4.0 or later.
|