µGFX  2.9
version 2.9
Renderings

Detailed Description

Built-in rendering functions for the keyboard widget.

These function may be passed to gwinSetCustomDraw() to get different keyboard drawing styles.

Note
In your custom keyboard drawing function you may optionally call these standard functions and then draw your extra details on top.
The built-in functions below ignore the param parameter.
These custom drawing routines don't have to worry about setting clipping as the framework sets clipping to the object window prior to calling these routines.

Functions

void gwinKeyboardDraw_Normal (GWidgetObject *gw, void *param)
 The default rendering function for the keyboard widget. More...
 

Function Documentation

◆ gwinKeyboardDraw_Normal()

void gwinKeyboardDraw_Normal ( GWidgetObject gw,
void *  param 
)

The default rendering function for the keyboard widget.

Parameters
[in]gwThe widget object (must be a keyboard object)
[in]paramA parameter passed in from the user. Ignored by this function.
Function Class: Normal API, this function can be invoked by regular system threads.