KeyPadInsertKey
Insert a character into the keypad buffer.
void KeyPadInsertKey(uint8 ky);
Parameters
ky - character value to insert
Return Value
- void - does not return any value
Remarks
Applications must call OpenBeeper before the keypad or beeper devices may be used from the application.
Examples
KeyPadInsertKey(ESC);
See Also
Last modified
7 years ago
Last modified on 04/12/18 13:04:19
Note:
See TracWiki
for help on using the wiki.