![]() |
µGFX
2.9
version 2.9
|
Built-in rendering functions for the keyboard widget.
These function may be passed to gwinSetCustomDraw()
to get different keyboard drawing styles.
Functions | |
void | gwinKeyboardDraw_Normal (GWidgetObject *gw, void *param) |
The default rendering function for the keyboard widget. More... | |
void gwinKeyboardDraw_Normal | ( | GWidgetObject * | gw, |
void * | param | ||
) |
The default rendering function for the keyboard widget.
[in] | gw | The widget object (must be a keyboard object) |
[in] | param | A parameter passed in from the user. Ignored by this function. |