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 handles a single character.
A block of text may be assambled by a series of single characters.
This can be useful, if characters have to be placed or moved individually.
Alternativelly, module 'text' provides functionality to draw a string (constisting of more than one character).
character element.int character::main(int argc,char **argv)
| Type | Name | Direction | Description |
| argc | The number of command-line parameters. | ||
| argv | [IN] | The command-line parameters. |
Element *character::create()
Element *character::create(const char *ch)
| Type | Name | Direction | Description |
| ch | [IN] | The character to be displayed, a utf-8 encoded character provided as null-terminated string. |
void character::destroy(Element *elem)
| Type | Name | Direction | Description |
| elem | [IN/OUT] | Pointer to an Element structure. |
void character::draw(Element *elem)
| Type | Name | Direction | Description |
| elem | [IN/OUT] | Pointer to an Element structure. |