TeIsKeyPressed Function

Microchip Graphics Library

Microchip Graphics Library
TeIsKeyPressed Function
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.

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved