#include <sio2_widget.h>

Public Attributes | |
| char | name [SIO2_MAX_CHAR] |
| The unique identifier of a SIO2widget within its associated SIO2resource. | |
| vec2 | area |
| The width and height of the event sensitive area of the SIO2widget. | |
| vec2 | bl |
| The bottom left coordinates of the SIO2widget. | |
| vec2 | tr |
| The top right coordinates of the SIO2widget. | |
| unsigned int | flags |
| The flags to use for the SIO2widget. | |
| SIO2widgettouchbegan * | _SIO2widgettouchbegan |
| The widget touch began callback function. | |
| SIO2widgettouchmoved * | _SIO2widgettouchmoved |
| The widget touch moved callback function. | |
| SIO2widgettouchended * | _SIO2widgettouchended |
| The widget touch ended callback function. | |
| SIO2material * | _SIO2material |
| The SIO2material use to draw the SIO2widget. | |
| SIO2transform | _SIO2transform |
| The SIO2transform information to render the SIO2widget in 2D or 3D space. | |
| char SIO2widget::name[SIO2_MAX_CHAR] |
The unique identifier of a SIO2widget within its associated SIO2resource.
Referenced by sio2ResourceGet(), and sio2WidgetInit().
The width and height of the event sensitive area of the SIO2widget.
Referenced by sio2WidgetUpdateBoundary().
The bottom left coordinates of the SIO2widget.
Referenced by sio2ResourceDispatchEvents(), sio2WidgetDebug(), and sio2WidgetUpdateBoundary().
The top right coordinates of the SIO2widget.
Referenced by sio2ResourceDispatchEvents(), sio2WidgetDebug(), and sio2WidgetUpdateBoundary().
| unsigned int SIO2widget::flags |
The flags to use for the SIO2widget.
Referenced by sio2ResourceDispatchEvents(), sio2WidgetRender(), and sio2WidgetUpdateBoundary().
| SIO2widgettouchbegan* SIO2widget::_SIO2widgettouchbegan |
| SIO2widgettouchmoved* SIO2widget::_SIO2widgettouchmoved |
| SIO2widgettouchended* SIO2widget::_SIO2widgettouchended |
The SIO2transform information to render the SIO2widget in 2D or 3D space.
Referenced by sio2WidgetRender(), and sio2WidgetUpdateBoundary().
1.5.6