Contents
This code is shared among the samples and is not directly related to the main features of the samples.
The following are the included classes and an overview of each.
Class | Overview |
---|---|
SampleDraw | This class combines the rendering of Sprite, mentioned later, and a basic 2D rendering feature. |
SampleSprite | This is a simple implementation of the sprite feature. |
SampleButton | This is a simple implementation of the button feature. |
SampleSlider | This is a simple implementation of the slider feature. |
SampleWidget | This is a simple implementation of the widget feature. |
SampleTimer | This is a simple implementation of the timer feature. |