home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ Games Programming
/
CPPGAMES.ISO
/
thx
/
source
/
theatrix
/
keysrvr.cpp
< prev
next >
Wrap
C/C++ Source or Header
|
1995-04-25
|
229b
|
14 lines
#include <fastgraf.h>
#include "keyfold.h"
#include "keysrvr.h"
void KeystrokeServer::check(Folder& fld)
{
unsigned char ascii,aux;
fg_intkey(&ascii,&aux);
if (ascii || aux)
fld.dispatch(ascii, aux);
}