[go: up one dir, main page]

Menu

[2234d2]: / koules / joy.h  Maximize  Restore  History

Download this file

11 lines (10 with data), 277 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#ifndef JOY_H
#define JOY_H
extern int calibrated[2];
extern int center[2][2];
extern char *calibratemessage;
void process_joystick();
int joystick_calibrate (int joystick, int *x,int *y);
int calibrate_init (int joystick);
int joystick_init();
#endif