1999-12-09 23:15:14 +00:00
|
|
|
#ifndef LCD_JOY_H
|
|
|
|
|
#define LCD_JOY_H
|
|
|
|
|
|
|
|
|
|
extern lcd_logical_driver *joy;
|
|
|
|
|
|
2000-03-30 20:20:41 +00:00
|
|
|
int joy_init (struct lcd_logical_driver *driver, char *args);
|
|
|
|
|
void joy_close ();
|
|
|
|
|
char joy_getkey ();
|
1999-12-09 23:15:14 +00:00
|
|
|
|
|
|
|
|
#endif
|