This documenta- tion describes the current state of development.
Prokee Modules:
GUI Elements:
GUI Interactions:
GUI Layouts:
Games/Demos:
Third Party Libraries:
This documentation describes the Prokee module interface.
Static Methods:This module creates a panel element.
panel as if it would be called from the command-line.int panel::main(int argc,char **argv)
| Type | Name | Direction | Description |
| argc | The number of command-line parameters. | ||
| argv | [IN] | The command-line parameters. |
Element *panel::create()
Element *panel::create(uint16_t width,uint16_t height)
| Type | Name | Direction | Description |
| width | The width of the panel in pixels. | ||
| height | The height of the panel in pixels. |
Element *panel::createScrollPanel(uint16_t width,uint16_t height)
| Type | Name | Direction | Description |
| width | The width of the panel in pixels. | ||
| height | The height of the panel in pixels. |
void panel::destroy(Element *elem)
| Type | Name | Direction | Description |
| elem | [IN/OUT] | Pointer to a Element structure. |
void panel::draw(Element *elem)
| Type | Name | Direction | Description |
| elem | [IN/OUT] | Pointer to a Element structure. |