C
void TeAddChar( TEXTENTRY * pTe );
Overview
This function will insert a character to the end of the buffer. The character inserted is dependent on the currently pressed key. Drawing states TE_UPDATE_TEXT or TE_DRAW must be set to see the effect of this insertion.
Input Parameters
Input Parameters |
Description |
TEXTENTRY * pTe |
pointer to the object |
Preconditions
none
Side Effects
none.