Version 2 (modified by 7 years ago) ( diff ) | ,
---|
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 ¶
Note:
See TracWiki
for help on using the wiki.