|
||
int nextkey ( void )
|
|
Synopsis |
#include "silver.h"
The nextkey function examines the input event queue for a keyboard or mouse event.
|
Parameters |
none
|
Return Value |
If there is an event in the queue, nextkey returns it, without removing it from the queue; if there is no event in the queue, nextkey returns 0.
|
See Also |
|
|