home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
bc4lib
/
joystick.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-03-08
|
211 b
|
23 lines
extern int hasstick;
#ifdef __cplusplus
extern "C" {
#endif
void getstik(int *x, int *y, int *b1, int *b2);
void nostikbutton();
void detectstick();
#ifdef __cplusplus
}
#endif