|
||
int inchar ( void )
|
|
|
Synopsis |
#include "silver.h"
The inchar function returns keyboard and mouse events. If no such events are pending, inchar waits until one occurs.
|
|
Parameters |
none
|
|
Return Value |
inchar returns the input event. A full set of inchar return events is included in the sskeys.h include file.
|
|
See Also |
nextkey , pointer_mode , ich |
|