home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
ABUSESRC.ZIP
/
AbuseSrc
/
imlib
/
port
/
unix
/
joystick.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-23
|
169 b
|
8 lines
int joy_init(int argc, char **argv)
{ return 0; }
void joy_calibrate() { ; }
void joy_status(int &b1, int &b2, int &b3, int &xv, int &yv)
{ b1=b2=b3=xv=yv=0; }