[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


getch

Returns the keyboard character pressed when an ascii key is pressed

Compatibility:

This function is compatible with the following targets:

ANSI
BeOS
EMB/RTOS

Mac OS

Palm OS
Win32

Prototype:
#include <console.h>
int getch(void);
Parameters:

None

Remarks:

This function is used for console style menu selections for immediate actions.

Returns:

Returns the keyboard character pressed when an ascii key is pressed.

See Also:

"kbhit"


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000