C
BOOL TeIsKeyPressed( TEXTENTRY * pTe, WORD index );
Overview
This function will test if a key given by its index in the TextEntry object has been pressed.
Input Parameters
Input Parameters |
Description |
TEXTENTRY * pTe |
pointer to the object |
WORD index |
index to the key in the link list |
Returns
Returns a TRUE if the key is pressed. FALSE if key is not pressed or the given index does not exist in the list.
Preconditions
none
Side Effects
none.