
4-4 Programmer’s Manual
k b d R e s t o r e M o d e
Description
Changes the keypad’s data entry mode to the one saved
previously when the application called kbdGetMode.
Syntax
void kbdRestoreMode(int);
Parameters
1
Numeric/Normal
mode
2
Upper-case Alpha mode
4
Lower-case Alpha mode
Return Values
None
Example
#include <stdio.h>
#include <conio.h>
#include "mmsultra.h"
void main(void)
{
int iSavedmode = 0;
// Saved mode
int iInput = 0;
// Alpha key entered
iSavedmode = kbdGetMode();
// Save the current mode
// To Upper-case Alpha
kbdSetCaps();
printf("Press an alphabetic\nkey: ");
// Test the mode
while (_kbhit())
;
iInput = _getch();
printf("\nYou pressed %c\n", iInput);
// Return to prev. mode
kbdRestoreMode(iSavedmode);
Содержание Gold 6037EX
Страница 1: ... ROG TC6037EXPM Rev AA 8 03 Printed in the U S A 2003 Paxar Americas Inc All rights reserved ...
Страница 2: ... Trademarks 0 1 2 0 0 3 4 5 6 7 78 ...
Страница 10: ...viii Table of Contents ...
Страница 30: ...2 16 Programmer s Manual ...
Страница 36: ...3 6 Programmer s Manual ...
Страница 154: ...4 118 Programmer s Manual ...
Страница 228: ...14 Index ...
Страница 229: ......
Страница 230: ......